Skip to content

Commit 9b05ced

Browse files
authored
Update package.json
1 parent 633cba7 commit 9b05ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"prepublish": "npm run eslint && npm test && npm run clean && npm run build",
1111
"build": "webpack --config webpack.config.js",
12-
"clean": "rm -f dist/*",
12+
"clean": "del-cli dist",
1313
"demo": "http-server -p 8080 dist",
1414
"eslint": "eslint ./src",
1515
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
@@ -64,6 +64,7 @@
6464
"coveralls": "~2.13.1",
6565
"cross-env": "~5.1.1",
6666
"css-loader": "~0.28.7",
67+
"del-cli": "~1.1.0",
6768
"eslint": "~4.7.1",
6869
"eslint-config-trendmicro": "~1.0.0",
6970
"eslint-loader": "~1.9.0",

0 commit comments

Comments
 (0)