From 68ed63317583065506e2288846d503aa3e29c0cd Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Wed, 31 May 2017 17:08:53 -0400 Subject: [PATCH] force-publish all packages [skip ci] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e47149adce..57c978c8d0 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,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 --exact --skip-temp-tag + ./node_modules/.bin/lerna publish --force-publish=* --npm-tag=next --exact --skip-temp-tag make clean bootstrap: