Stop using dist directory to build
This commit is contained in:
@@ -22,8 +22,7 @@
|
||||
"build": "npm-run-all build:*",
|
||||
"build:main": "cross-env NODE_ENV=production webpack --bail --config webpack.config.main.js",
|
||||
"build:renderer": "cross-env NODE_ENV=production webpack --bail --config webpack.config.renderer.js",
|
||||
"build:others": "gulp build",
|
||||
"start": "electron dist",
|
||||
"start": "electron src",
|
||||
"watch": "gulp watch",
|
||||
"serve": "gulp watch",
|
||||
"test": "npm-run-all build test:* lint:*",
|
||||
|
Reference in New Issue
Block a user