Skip to content

Commit

Permalink
chore: Run test and generate changelog before tagging new version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Jan 6, 2018
1 parent abb3e47 commit 05a07ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@
"lint:scss": "sass-lint --verbose --no-exit",
"prepublish": "npm run build",
"pretest": "npm run lint",
"test": "karma start --single-run"
"test": "karma start --single-run",
"preversion": "npm test",
"version": "npm run changelog && git add CHANGELOG.md"
},
"dependencies": {
"autobind-decorator": "^1.3.4",
Expand Down

0 comments on commit 05a07ce

Please sign in to comment.