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.
2 parents cd1c340 + 8dec790 commit 2fca2edCopy full SHA for 2fca2ed
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