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 f26c49f commit efefdecCopy full SHA for efefdec
package.json
@@ -13,7 +13,7 @@
13
},
14
"scripts": {
15
"dev": "webpack-dev-server --inline --hot --quiet --port=8000",
16
- "build": "rm -rf build/ && NODE_ENV=production webpack --progress --hide-modules",
+ "build": "NODE_ENV=production webpack --progress --hide-modules",
17
"test": "karma start --single-run",
18
"lint": "eslint './src/**(vue|js)'",
19
"release": "bash ./release.sh"
0 commit comments