From b98799557ad3578d52a669ca912be1a352ead28c Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 27 Aug 2018 12:27:32 -0400 Subject: [PATCH] Lerna: remove exact [skip ci] (#8554) We only wanted all the dependencies to be exact in the pre-release because of breaking changes. This will make it use the default `^` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0582d947be..a6505be18c 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ publish: make clone-license # 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=* --exact --skip-temp-tag + ./node_modules/.bin/lerna publish --force-publish=* --skip-temp-tag make clean bootstrap: clean-all