From e8a33165ff41b287dcccde33e1e3abb0b52c19ee Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sat, 4 Nov 2017 01:02:26 -0400 Subject: [PATCH] Publish to the latest dist tag [skip ci] (#6738) - This is because with scoped packages the `latest` package was the first publish we did - This happens to be beta.4.. - So in this case we should publish whatever version as latest anyway --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9211f51fce..018b2d5ba7 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,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 --force-publish=* --exact --skip-temp-tag make clean bootstrap: