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 +}