From e8660be8133224814089e62d4a15bec7b4916de0 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Tue, 6 Nov 2018 17:23:25 -0500 Subject: [PATCH] fix publish command [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 242672c1d994..35c24c28e844 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ prepublish: publish: prepublish # --only-explicit-updates - ./node_modules/.bin/lerna publish + ./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2" --dangerously-only-publish-explicit-updates-this-is-a-custom-flag-for-babel-and-you-should-not-be-using-it-just-deal-with-more-packages-being-published-it-is-not-a-big-deal make clean bootstrap: clean-all