Skip to content

Commit

Permalink
fix publish command [skip ci] (#8982)
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 13, 2018
1 parent cbbb3c7 commit efb71ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -125,7 +125,7 @@ prepublish:

publish: prepublish
# --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

bootstrap: clean-all
Expand Down

0 comments on commit efb71ea

Please sign in to comment.