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:
parent
1ac46a256d
commit
b98799557a
2
Makefile
2
Makefile
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user