diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 49faf43..ecf9b0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,12 +23,6 @@ jobs: - name: Install dependencies run: bun install - - name: Fix tsconfig.json - run: | - sed -i '/"esModuleInterop"/d' node_modules/@tsconfig/svelte/tsconfig.json - sed -i '/"verbatimModuleSyntax"/d' node_modules/@tsconfig/svelte/tsconfig.json - sed -i '/"moduleResolution"/c\ "moduleResolution": "node",' node_modules/@tsconfig/svelte/tsconfig.json - - name: Build id: build run: bun run build