mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 05:11:41 +00:00
refactor: remove unnecessary svelte tsconfig change in pipeline
This commit is contained in:
parent
e592e25fec
commit
2099586ffa
1 changed files with 0 additions and 6 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue