We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a318de1 commit 99ea8c2Copy full SHA for 99ea8c2
script/release-pr
@@ -2,6 +2,8 @@
2
set -e
3
echo "🐦 Publishing PR (canary) release..."
4
5
+# don't notify of a pending publish event because the version will differ from
6
+# what lerna creates as a canary release
7
# $(dirname $0)/notify pending
8
9
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
0 commit comments