Skip to content

Commit

Permalink
Modify npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 31, 2016
1 parent e26006d commit dc62c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pretest": "npm run lint",
"test": "karma start test/karma.conf.js",
"ci": "karma start test/karma.conf.js --auto-watch --no-single-run --reporters=dots",
"publish": "git push --follow-tags && npm publish"
"release": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dc62c58

Please sign in to comment.