Skip to content

Commit

Permalink
refactor(devtools): update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Jan 31, 2021
1 parent 7bd49af commit c449fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"build": "webpack-cli --config config/webpack.prod.js",
"build:zip": "rm package.zip && zip -r package.zip package",
"build:zip": "rimraf package.zip && zip -r package.zip package",
"start": "webpack-dev-server --config config/webpack.dev.js"
},
"dependencies": {
Expand Down

0 comments on commit c449fbb

Please sign in to comment.