Publish to the latest dist tag [skip ci] (#6738)
- This is because with scoped packages the `latest` package was the first publish we did - This happens to be beta.4.. - So in this case we should publish whatever version as latest anyway
This commit is contained in:
parent
f76ac0b197
commit
e8a33165ff
2
Makefile
2
Makefile
@ -114,7 +114,7 @@ publish:
|
||||
make test
|
||||
# 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=* --npm-tag=next --exact --skip-temp-tag
|
||||
./node_modules/.bin/lerna publish --force-publish=* --exact --skip-temp-tag
|
||||
make clean
|
||||
|
||||
bootstrap:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user