fix publish command [skip ci] (#8982)
This commit is contained in:
parent
cbbb3c7962
commit
efb71ea12b
2
Makefile
2
Makefile
@ -125,7 +125,7 @@ prepublish:
|
|||||||
|
|
||||||
publish: prepublish
|
publish: prepublish
|
||||||
# --only-explicit-updates
|
# --only-explicit-updates
|
||||||
./node_modules/.bin/lerna publish
|
./node_modules/.bin/lerna publish --force-publish="@babel/runtime,@babel/runtime-corejs2" --dangerously-only-publish-explicit-updates-this-is-a-custom-flag-for-babel-and-you-should-not-be-using-it-just-deal-with-more-packages-being-published-it-is-not-a-big-deal
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
bootstrap: clean-all
|
bootstrap: clean-all
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user