From 5d0b80b801c573f05eb39bebbb86a6acd56e73d6 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 7 Aug 2019 22:54:02 -0400 Subject: [PATCH] Publish with canary tag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d87e9110..d296291dc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test:unit:ci": "lerna run test:unit:ci --parallel", "test:e2e:ci": "cd platform/viewer && yarn run test:e2e:ci", "see-changed": "lerna changed", - "publish": "lerna publish --canary --dist-tag test" + "release": "lerna publish --canary --dist-tag canary" }, "devDependencies": { "@babel/core": "^7.5.0",