Skip to content

Commit

Permalink
Fix publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Feb 21, 2019
1 parent 6af849b commit 5578d26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"prestart": "zero prestart",
"build": "BUILD_WEBPACK=true zero build",
"coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls",
"postversion": "npm publish",
"lint": "zero lint",
"format": "zero format",
"validate": "zero validate",
Expand All @@ -16,7 +15,7 @@
"test": "zero test --coverage",
"test:watch": "zero test --watch",
"version": "npm run build",
"release": "np --no-yarn --no-publish",
"release": "np --no-yarn",
"start": "npm run storybook",
"storybook": "start-storybook -p 6006",
"storybook:build": "build-storybook -c .storybook",
Expand Down

0 comments on commit 5578d26

Please sign in to comment.