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: