Skip to content

Commit efefdec

Browse files
committed
Remove useless command from build script
1 parent f26c49f commit efefdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"scripts": {
1515
"dev": "webpack-dev-server --inline --hot --quiet --port=8000",
16-
"build": "rm -rf build/ && NODE_ENV=production webpack --progress --hide-modules",
16+
"build": "NODE_ENV=production webpack --progress --hide-modules",
1717
"test": "karma start --single-run",
1818
"lint": "eslint './src/**(vue|js)'",
1919
"release": "bash ./release.sh"

0 commit comments

Comments
 (0)