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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ publish:
make clone-license make clone-license
# not using lerna independent mode atm, so only update packages that have changed since we use ^ # not using lerna independent mode atm, so only update packages that have changed since we use ^
# --only-explicit-updates # --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 make clean
bootstrap: clean-all bootstrap: clean-all