From dabe55292300c1e6f42f21268c621fbb0d7d0480 Mon Sep 17 00:00:00 2001 From: Hamza KHAIT Date: Tue, 19 Mar 2024 09:24:22 +0100 Subject: [PATCH] feat: releasing build for each environment --- .github/workflows/release.yml | 2 +- tsconfig.node.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01eb630..ea14524 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,4 +20,4 @@ jobs: - run: tar -czvf wce-portail.tar.gz -C dist . - run: npx semantic-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/tsconfig.node.json b/tsconfig.node.json index aac0ce5..9d31e2a 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -6,4 +6,4 @@ "allowSyntheticDefaultImports": true }, "include": ["vite.config.ts"] -} \ No newline at end of file +}