Skip to content

Commit e548330

Browse files
committed
fix(package.json): remove prepublish script from test package.json
1 parent 6788d58 commit e548330

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"commitmsg": "validate-commit-msg",
1515
"precommit": "npm run lint && flow",
1616
"prepush": "npm test",
17-
"prepublish": "npm run lint && flow && npm test && npm run build && npm run copy-flow-files",
1817
"storybook": "start-storybook -p 6006",
1918
"build-storybook": "build-storybook",
2019
"open:coverage": "open coverage/lcov-report/index.html"

0 commit comments

Comments
 (0)