[Update] npm run時のコマンドを整理。

pythonファイルを編集していないのに、毎回 pyinstallerが走るのは厄介なので、コマンド分け。
This commit is contained in:
Sakamoto Shiina
2024-07-28 02:00:52 +09:00
parent 245ca210bc
commit 3f499b243b
3 changed files with 351 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "npm run build-python && npm run dev",
"beforeBuildCommand": "npm run build-python && npm run build",
"beforeDevCommand": "",
"beforeBuildCommand": "",
"devPath": "http://localhost:1420",
"distDir": "../dist"
},