Skip to content

Commit

Permalink
change prepublish to prepare (npm deprecated prepublish)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Benavides committed Jun 12, 2018
1 parent 77dc607 commit 5348432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:cov": "eslint . && jest --coverage",
"coveralls": "cat ./.coverage/lcov.info | coveralls",
"storybook": "start-storybook -p 6006",
"prepublish": "yarn clean:build && npm run build && yarn clean:test",
"prepare": "yarn clean:build && npm run build && yarn clean:test",
"clean:build": "rm -rf dist && rm -rf lib && rm -rf full",
"build-storybook-static": "build-storybook -c .storybook -o .out",
"deploy-storybook": "storybook-to-ghpages",
Expand Down

0 comments on commit 5348432

Please sign in to comment.