Skip to content

Commit fea400d

Browse files
committed
Clean dist
1 parent 2d3bf62 commit fea400d

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
@@ -7,7 +7,7 @@
77
"prepublish": "npm run eslint && npm test && npm run clean && npm run build && npm run dist",
88
"build": "babel --out-dir ./lib ./src",
99
"dist": "webpack",
10-
"clean": "rm -rf lib/*",
10+
"clean": "rm -rf lib/* dist/*",
1111
"eslint": "eslint ./src",
1212
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
1313
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls"

0 commit comments

Comments
 (0)