mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Change dev script to exit on closing electron
This commit is contained in:
parent
6f87baba36
commit
03d4e042ee
@ -120,7 +120,7 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently --raw \"electron .\" \"node ./build.js --target=electron --watch\"",
|
||||
"dev": "concurrently --raw \"electron .\" \"node ./build.js --target=electron --watch\" --kill-others --success=first",
|
||||
"serve": "node ./build.js --target=web --serve",
|
||||
"build-web": "node ./build.js --target=web",
|
||||
"build-electron": "node ./build.js --target=electron",
|
||||
|
Loading…
x
Reference in New Issue
Block a user