We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb1f04 commit fdec129Copy full SHA for fdec129
package.json
@@ -38,8 +38,8 @@
38
"scripts": {
39
"prod": "webpack --mode production --config webpack.build.config.js && electron --noDevServer .",
40
"dev": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
41
- "build": "webpack --config webpack.build.config.js",
42
- "package": "webpack --config webpack.build.config.js",
+ "build": "webpack --config webpack.build.config.js --mode production",
+ "package": "npm run build",
43
"postpackage": "electron-packager ./ --out=./builds"
44
},
45
"devDependencies": {
0 commit comments