From 287869dcc2743ea6b519d4e84b46b6ef2c597adb Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Thu, 23 Mar 2017 17:50:31 -0400 Subject: [PATCH] nvm [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5e27af9d0..dfb768fac9 100644 --- a/Makefile +++ b/Makefile @@ -66,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 --force-publish=* --npm-tag=next --exact --skip-temp-tag + ./node_modules/.bin/lerna publish --npm-tag=next --exact --skip-temp-tag make clean bootstrap: