Skip to content

Commit 57fc104

Browse files
committed
build: fix build
1 parent ac498ca commit 57fc104

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
@@ -21,7 +21,7 @@
2121
"commitmsg": "commitlint -e $GIT_PARAMS",
2222
"precommit": "npm run lint && flow",
2323
"prepush": "npm test",
24-
"prepublishOnly": "npm run lint && flow && npm test && npm run build",
24+
"prepublishOnly": "npm run clean && npm run lint && flow && npm test && npm run build",
2525
"open:coverage": "open coverage/lcov-report/index.html",
2626
"semantic-release": "semantic-release",
2727
"travis-deploy-once": "travis-deploy-once"

0 commit comments

Comments
 (0)