Skip to content

Commit 7917953

Browse files
committed
Remove redundant reset command from build:dist script in package.json to simplify the build process.
1 parent 7901652 commit 7917953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build:main": "webpack --config webpack.main.mjs",
3636
"build:renderer": "webpack --config webpack.renderer.mjs",
3737
"build:renderer:watch": "webpack --config webpack.renderer.mjs --watch",
38-
"build:dist": "npm run reset && npm run rebuild && npm run build",
38+
"build:dist": "npm run rebuild && npm run build",
3939
"build:cli": "webpack --config webpack.cli.mjs",
4040
"build:cli:watch": "webpack --config webpack.cli.mjs --watch",
4141
"build:cli:prod": "cross-env NODE_ENV=production webpack --config webpack.cli.mjs",

0 commit comments

Comments
 (0)