Skip to content

Commit

Permalink
feat(scripts): add ability to use --first-release on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 28, 2017
1 parent 1e55608 commit c94694a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -28,8 +28,10 @@
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"prepush": "npm run verify",
"release": "npm run release:local && npm run release:github && npm run release:npm",
"release:local": "npm run build && standard-version",
"prerelase": "npm run build",
"release": "npm run release:local",
"postrelease": "npm run release:github && npm run release:npm",
"release:local": "standard-version",
"release:github": "git push --no-verify --follow-tags origin master",
"release:npm": "npm publish",
"release:preflight": "irish-pub",
Expand Down

0 comments on commit c94694a

Please sign in to comment.