improve smoothing, pocket devmode visuals
This commit is contained in:
parent
0d10fb7dfc
commit
5fd8e3bed9
2 changed files with 11 additions and 11 deletions
|
|
@ -114,8 +114,7 @@
|
|||
"prebuild": "npm run setup && cross-env ELECTRON_BUILD=1 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",
|
||||
"setup": "npm run clean && npm run setup-mods && npm i && npm run webpack-ext",
|
||||
"setup": "npm run clean && npm i && npm run webpack-ext",
|
||||
"start-dbg": "npm run prebuild && electron . --debugg",
|
||||
"start-ddb": "npm run prebuild && electron . --devel --debugg",
|
||||
"start-dev": "npm run prebuild prod && electron . --devel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue