From fc1a52cb754cb68773d6d177686e278bc413b9c5 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Fri, 14 Sep 2018 10:47:37 -0400 Subject: [PATCH] remove force publish, temp tag [skip ci] (#8679) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 65d46ff4ba..0e50484068 100644 --- a/Makefile +++ b/Makefile @@ -124,9 +124,8 @@ prepublish: make test publish: prepublish - # not using lerna independent mode atm, so only update packages that have changed since we use ^ # --only-explicit-updates - ./node_modules/.bin/lerna publish --force-publish=* --temp-tag + ./node_modules/.bin/lerna publish make clean bootstrap: clean-all