From f57014d6f2ecf154b3f010a6e2254bdaa4bfc4c4 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Wed, 9 Aug 2017 15:21:58 -0700 Subject: [PATCH] whoops, nix --canary arg value --- script/release-pr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release-pr b/script/release-pr index 78ee0b82..e1632b90 100755 --- a/script/release-pr +++ b/script/release-pr @@ -4,6 +4,6 @@ echo "🐦 Publishing PR (canary) release..." $(dirname $0)/notify pending -$(npm bin)/lerna publish --npm-tag=pr --canary=pr --exact $@ +$(npm bin)/lerna publish --npm-tag=pr --canary --exact $@ $(dirname $0)/notify success