Skip to content

Commit

Permalink
chore: remove tag siging
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany committed Oct 24, 2019
1 parent 31db8f8 commit ab209de
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 @@ -13,7 +13,7 @@
"test": "jest",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --exclude='**/haul-preset-0.59/*/vendor/**'",
"coverage:check": "nyc check-coverage --temp-dir coverage",
"release": "NODE_ENV=production yarn prepare && lerna publish --ignore-prepublish --sign-git-commit --sign-git-tag"
"release": "NODE_ENV=production yarn prepare && lerna publish --ignore-prepublish --sign-git-commit"
},
"dependencies": {
"chalk": "^2.4.2",
Expand Down

0 comments on commit ab209de

Please sign in to comment.