possibly fix workflow with --single
This commit is contained in:
parent
fda9701050
commit
2eebd8fcae
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"setup": "npm i && npm run dev -- --dryrun && npx webpack --config src/webpack/webpack-three-esm.js && node src/webpack/esbuild.config.mjs",
|
||||
"dev": "gs-app-server --debug",
|
||||
"dev": "gs-app-server --debug --single",
|
||||
"prod": "gs-app-server",
|
||||
"prod-dryrun": "gs-app-server --dryrun",
|
||||
"start": "npm run prebuild && electron .",
|
||||
|
|
|
|||
Loading…
Reference in a new issue