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 7901652 commit 7917953Copy full SHA for 7917953
1 file changed
package.json
@@ -35,7 +35,7 @@
35
"build:main": "webpack --config webpack.main.mjs",
36
"build:renderer": "webpack --config webpack.renderer.mjs",
37
"build:renderer:watch": "webpack --config webpack.renderer.mjs --watch",
38
- "build:dist": "npm run reset && npm run rebuild && npm run build",
+ "build:dist": "npm run rebuild && npm run build",
39
"build:cli": "webpack --config webpack.cli.mjs",
40
"build:cli:watch": "webpack --config webpack.cli.mjs --watch",
41
"build:cli:prod": "cross-env NODE_ENV=production webpack --config webpack.cli.mjs",
0 commit comments