From a5c141ea85f1a7c55485c707ae40395b8cfd07bc Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Mon, 11 Nov 2019 19:02:43 +0100 Subject: [PATCH] Updated the makefile to match the lerna command currently used to publish packages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c10305f493..4c1c0f576b 100644 --- a/Makefile +++ b/Makefile @@ -192,7 +192,7 @@ new-version: yarn lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone" publish-cerxes: prepublish - yarn lerna publish from-package --registry https://npm.cerxes.net --no-git-tag-version --no-push --no-git-reset --allow-branch initializer-fix --no-verify-access + yarn lerna publish --registry="https://npm.cerxes.net" --force-publish --allow-branch initializers-fix --canary --preid csx --dist-tag csx # NOTE: Run make new-version first publish: prepublish