Lerna: remove exact [skip ci] (#8554)

We only wanted all the dependencies to be exact in the pre-release because of breaking changes. This will make it use the default `^`
This commit is contained in:
Henry Zhu
2018-08-27 12:27:32 -04:00
committed by GitHub
parent 1ac46a256d
commit b98799557a

View File

@@ -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=* --exact --skip-temp-tag
./node_modules/.bin/lerna publish --force-publish=* --skip-temp-tag
make clean
bootstrap: clean-all