Skip to content

Commit

Permalink
chore: remove postrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Apr 20, 2019
1 parent c791351 commit 5e9a944
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"lint": "eslint src test",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && yarn build && standard-version",
"postrelease": "git push origin master --follow-tags && yarn publish",
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
"test:e2e-ssr": "jest test/e2e/ssr",
"test:e2e-browser": "jest test/e2e/browser",
Expand Down

0 comments on commit 5e9a944

Please sign in to comment.