Skip to content

Commit

Permalink
build(npm): remove useless tsc run & build tsconfig for build:webview…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
ivangabriele committed Sep 15, 2024
1 parent 2c59253 commit e439cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prebuild": "yarn clean && yarn build:webview && node ./scripts/build/prepare_core_build.js",
"build": "cd ./src-tauri && cargo build",
"build:daemon": "cd ./daemon && cargo build",
"build:webview": "tsc -p ./tsconfig.build.json && vite build",
"build:webview": "vite build",
"bundle:bin": "tauri build -b none",
"bundle:deb": "tauri build -b deb",
"bundle:deb:x32": "TARGET=i686-unknown-linux-gnu yarn bundle:deb --target i686-unknown-linux-gnu",
Expand Down
30 changes: 0 additions & 30 deletions tsconfig.build.json

This file was deleted.

0 comments on commit e439cc6

Please sign in to comment.