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 f57014d commit a318de1Copy full SHA for a318de1
script/release-pr
@@ -2,7 +2,7 @@
2
set -e
3
echo "🐦 Publishing PR (canary) release..."
4
5
-$(dirname $0)/notify pending
+# $(dirname $0)/notify pending
6
7
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
8
0 commit comments