Skip to content

Commit

Permalink
fix: signed push
Browse files Browse the repository at this point in the history
  • Loading branch information
daliborgogic committed Sep 13, 2018
1 parent 6701721 commit 3292abd
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 @@ -8,7 +8,7 @@
},
"scripts": {
"lint": "node_modules/.bin/eslint --ext .js lib",
"release": "standard-version && git push --follow-tags --sign && npm publish"
"release": "standard-version --sign && git push --follow-tags && npm publish"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3292abd

Please sign in to comment.