Skip to content

Commit

Permalink
Run test and build before crafting a release
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Sep 10, 2015
1 parent fc04e7a commit fc337bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"lint": "jshint lib test --exclude-path .gitignore",
"test": "npm run lint && mocha",
"travis": "npm run lint && npm run coverage && npm run build",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot"
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot",
"preversion": "npm run test && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fc337bb

Please sign in to comment.