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 ac498ca commit 57fc104Copy full SHA for 57fc104
package.json
@@ -21,7 +21,7 @@
21
"commitmsg": "commitlint -e $GIT_PARAMS",
22
"precommit": "npm run lint && flow",
23
"prepush": "npm test",
24
- "prepublishOnly": "npm run lint && flow && npm test && npm run build",
+ "prepublishOnly": "npm run clean && npm run lint && flow && npm test && npm run build",
25
"open:coverage": "open coverage/lcov-report/index.html",
26
"semantic-release": "semantic-release",
27
"travis-deploy-once": "travis-deploy-once"
0 commit comments