Skip to content

Commit

Permalink
Add push step to npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Nov 15, 2017
1 parent 3848a56 commit 6956771
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 @@ -6,7 +6,7 @@
"scripts": {
"clean": "rm -rf ./build/",
"jshint": "jshint src/**/*.js bin/*.js test/*.js test/**/*.js",
"release": "git tag v$(jq -r .version package.json) && git push --tags && npm publish",
"release": "git push && git tag v$(jq -r .version package.json) && git push --tags && npm publish",
"test": "npm run jshint && npm run clean && mkdir -p build/test && cp -r test/data build/test/data && mocha test/**/*.spec.js"
},
"bin": {
Expand Down

0 comments on commit 6956771

Please sign in to comment.