From 4e64807afce76bff7fbc9d114d88f8c8e1356466 Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Mon, 27 Aug 2018 13:16:39 -0400 Subject: [PATCH] use temp tag while having publishing issues [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6505be18c..407ccfe142 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=* --skip-temp-tag + ./node_modules/.bin/lerna publish --force-publish=* make clean bootstrap: clean-all