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