Skip to content

Commit

Permalink
Lint and test before versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Jan 3, 2016
1 parent 7c4a216 commit fdf2fa3
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 @@ -11,6 +11,7 @@
"clean": "rimraf lib",
"prepublish": "npm run build",
"postpublish": "npm run clean",
"preversion": "npm run lint && npm run test",
"version": "auto-changelog --package --template compact; git add CHANGELOG.md"
},
"repository": {
Expand Down

0 comments on commit fdf2fa3

Please sign in to comment.