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 21856b7 commit 258803cCopy full SHA for 258803c
package.json
@@ -22,7 +22,8 @@
22
},
23
"scripts": {
24
"build": "gulp build",
25
- "clean": "rm -rf lib",
+ "prepublish": "yarn clean && yarn build",
26
+ "clean": "rm -rf packages/*/lib example/public coverage .nyc_output",
27
"cover": "NODE_ENV=test nyc --reporter=lcov yarn test",
28
"eslint": "eslint .",
29
"flow": "flow",
0 commit comments