diff --git a/Makefile b/Makefile index 65d46ff4ba..0e50484068 100644 --- a/Makefile +++ b/Makefile @@ -124,9 +124,8 @@ prepublish: make test publish: prepublish - # 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=* --temp-tag + ./node_modules/.bin/lerna publish make clean bootstrap: clean-all