From c86f922dc75563bfe2eb58b6a05b349d98791eff Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 2 Mar 2017 15:54:47 -0500 Subject: [PATCH] add exact flag [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d6ba230fc..236aadb839 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,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 + ./node_modules/.bin/lerna publish --npm-tag=next --exact make clean bootstrap: