Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
chore: test before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Dec 14, 2016
1 parent aa61aa5 commit dedb742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"start": "concurrently --raw \"webpack-dev-server --open\" \"npm run test:watch\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"commit": "git-cz",
"release": "npm run build && npm run changelog"
"release": "npm test && npm run build && npm run changelog"
},
"config": {
"ghooks": {
Expand Down

0 comments on commit dedb742

Please sign in to comment.