From b248b3f4e9843ac9083bda5a5f23f9c3660e4753 Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Mon, 11 Nov 2019 11:37:07 +0100 Subject: [PATCH] Adding the prepublish step to the custom publish-cerxes makefile-target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb66157542..e73f9b442f 100644 --- a/Makefile +++ b/Makefile @@ -191,7 +191,7 @@ new-version: git pull --rebase yarn lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone" -publish-cerxes: +publish-cerxes: prepublish yarn lerna publish from-package --registry npm.cerxes.net --no-git-tag-version --no-push --no-git-reset --allow-branch initializer-fix --no-verify-access # NOTE: Run make new-version first