Skip to content

Commit

Permalink
chore(package.json): add release dry-run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Oct 2, 2017
1 parent b3cad24 commit cca7c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test:safari": "NODE_ENV=test karma start --color --browsers Safari",
"test:watch": "NODE_ENV=test karma start --color --auto-watch",
"start": "webpack-dev-server",
"release:dry-run": "standard-version --dry-run",
"release": "standard-version",
"publish": "git push --follow-tags --no-verify origin master",
"eslint": "eslint . --color",
Expand Down

0 comments on commit cca7c48

Please sign in to comment.