Skip to content

Commit

Permalink
fix npm stripping git sha
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrunic committed Jun 8, 2021
1 parent cdc90c9 commit 0130008
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 @@ -27,7 +27,7 @@
"benchmark": "lerna run benchmark",
"cli": "node --trace-deprecation --max-old-space-size=8192 ./packages/cli/bin/lodestar",
"publish": "lerna publish from-package --yes --no-verify-access",
"publish-nightly": "lerna publish --yes --no-verify-access --canary --dist-tag next",
"publish-nightly": "lerna publish --yes --no-verify-access --canary --preid next.$(git rev-parse HEAD) --dist-tag next",
"release": "lerna version --no-push --sign-git-commit",
"postrelease": "git tag -d $(git describe --abbrev=0)"
},
Expand Down

0 comments on commit 0130008

Please sign in to comment.