From f438a4e6b6d33df2effc16bdbcb1ec521d35786d Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 23 Mar 2017 15:36:59 -0400 Subject: [PATCH] force publish all pkgs for now, clean runtime helpers/core-js correctly [skip ci] --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f68e4cb04..d5e27af9d0 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ fix: clean: test-clean rm -rf packages/babel-polyfill/browser* rm -rf packages/babel-polyfill/dist + # rm -rf packages/babel-runtime/helpers + rm -rf packages/babel-runtime/core-js rm -rf coverage rm -rf packages/*/npm-debug* @@ -64,7 +66,7 @@ publish: make test # not using lerna independent mode atm, so only update packages that have changed since we use ^ # --only-explicit-updates - ./node_modules/.bin/lerna publish --npm-tag=next --exact --skip-temp-tag + ./node_modules/.bin/lerna publish --force-publish=* --npm-tag=next --exact --skip-temp-tag make clean bootstrap: