Skip to content

Commit 258803c

Browse files
committed
Update clean
1 parent 21856b7 commit 258803c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"scripts": {
2424
"build": "gulp build",
25-
"clean": "rm -rf lib",
25+
"prepublish": "yarn clean && yarn build",
26+
"clean": "rm -rf packages/*/lib example/public coverage .nyc_output",
2627
"cover": "NODE_ENV=test nyc --reporter=lcov yarn test",
2728
"eslint": "eslint .",
2829
"flow": "flow",

0 commit comments

Comments
 (0)