reorder build deps
This commit is contained in:
parent
e22a012641
commit
4b80e81b37
1 changed files with 3 additions and 3 deletions
|
|
@ -104,10 +104,10 @@
|
|||
"dryrun-prod": "gs-app-server --single --dryrun",
|
||||
"mac-verify": "spctl --assess -vv --type install dist/*/*.app",
|
||||
"mk-links": "find src web -type l | xargs -I{} sh -c 'echo \"{},$(readlink {})\"' > conf/links.csv",
|
||||
"pack-dev": "npm run webpack-src && npm run dryrun && npm run bundle:dev",
|
||||
"pack-prod": "npm run webpack-src prod && npm run dryrun && npm run bundle",
|
||||
"pack-dev": "npm run dryrun && npm run webpack-src && npm run bundle:dev",
|
||||
"pack-prod": "npm run dryrun && npm run webpack-src prod && npm run bundle",
|
||||
"postbuild": "node bin/electron-post.js",
|
||||
"prebuild": "npm run setup && npm run pack-dev prod && node bin/electron-pre.js",
|
||||
"prebuild": "npm run setup && npm run pack-dev && node bin/electron-pre.js",
|
||||
"preinstall": "node bin/install-pre.js",
|
||||
"prod": "npm run pack-prod && gs-app-server",
|
||||
"setup-mods": "cd mods && npm i",
|
||||
|
|
|
|||
Loading…
Reference in a new issue