From 2a8b5562561ed9d8d02cf08e5109297952adccd2 Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Tue, 9 Feb 2021 11:38:51 +0100 Subject: [PATCH] fix: publish flow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff051690b..5bd6706627 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "typeorm": "^0.2.30" }, "scripts": { - "publish:next": "lerna publish --canary --preid next", + "publish:next": "lerna publish --canary --preid next --dist-tag next", "bootstrap": "lerna bootstrap", "jest": "jest", "test": "jest",