diff --git a/Makefile b/Makefile index f6386f77e0..f41f73f73c 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ prepublish: new-version: git pull --rebase - ./node_modules/.bin/lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/standalone,@babel/preset-env-standalone" + ./node_modules/.bin/lerna version --force-publish="@babel/runtime,@babel/runtime-corejs2,@babel/runtime-corejs3,@babel/standalone,@babel/preset-env-standalone" # NOTE: Run make new-version first publish: prepublish