Skip to content

Commit a318de1

Browse files
committed
don't notify pending
1 parent f57014d commit a318de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/release-pr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33
echo "🐦 Publishing PR (canary) release..."
44

5-
$(dirname $0)/notify pending
5+
# $(dirname $0)/notify pending
66

77
$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@
88

0 commit comments

Comments
 (0)