Update release-tool and define implicit deps for runtime (#12527)
This commit is contained in:
parent
d28c1e52d0
commit
56c7024d5d
File diff suppressed because one or more lines are too long
@ -17,6 +17,11 @@ releaseTool:
|
||||
- codemods/**
|
||||
- "@(!(native-modules|built-ins|plugins|package)).json"
|
||||
|
||||
implicitDependencies:
|
||||
"@babel/runtime": ["@babel/helpers"]
|
||||
"@babel/runtime-corejs2": ["@babel/helpers"]
|
||||
"@babel/runtime-corejs3": ["@babel/helpers"]
|
||||
|
||||
unsafeHttpWhitelist:
|
||||
- localhost
|
||||
|
||||
|
||||
4
Makefile
4
Makefile
@ -2,8 +2,6 @@ FLOW_COMMIT = a1f9a4c709dcebb27a5084acf47755fbae699c25
|
||||
TEST262_COMMIT = 36d2d2d348d83e9d6554af59a672fbcd9413914b
|
||||
TYPESCRIPT_COMMIT = da8633212023517630de5f3620a23736b63234b1
|
||||
|
||||
FORCE_PUBLISH = -f @babel/runtime -f @babel/runtime-corejs2 -f @babel/runtime-corejs3 -f @babel/standalone
|
||||
|
||||
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
|
||||
export FORCE_COLOR = true
|
||||
|
||||
@ -206,7 +204,7 @@ prepublish:
|
||||
|
||||
new-version:
|
||||
git pull --rebase
|
||||
$(YARN) release-tool version $(FORCE_PUBLISH)
|
||||
$(YARN) release-tool version -f @babel/standalone
|
||||
|
||||
# NOTE: Run make new-version first
|
||||
publish:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user