Skip to content

Commit

Permalink
chore(package.json): add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 16, 2017
1 parent ddf64e4 commit 4d939bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint --fix *.js test",
"lint": "eslint lib test",
"travis": "npm run cover -- --report lcovonly",
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
"release": "npm test && standard-version"
},
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4d939bc

Please sign in to comment.