mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[meta] copy ReactAllWarnings.js file (#27811)
I recently added generation of this file in #27786, which builds the file in CircleCI, but missed actually copying it to the facebook build on GitHub Actions. This adds the later.
This commit is contained in:
3
.github/workflows/commit_artifacts.yml
vendored
3
.github/workflows/commit_artifacts.yml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
- name: Move relevant files for React in www into compiled
|
||||
run: |
|
||||
mkdir -p ./compiled
|
||||
mkdir -p ./compiled/facebook-www
|
||||
mkdir -p ./compiled/facebook-www/__test_utils__
|
||||
mkdir -p ./compiled/babel-plugin-react-refresh
|
||||
|
||||
# Copy the facebook-www folder into compiled
|
||||
@@ -128,6 +128,7 @@ jobs:
|
||||
|
||||
# Copy WARNINGS to facebook-www
|
||||
mv build/WARNINGS ./compiled/facebook-www/WARNINGS
|
||||
mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
|
||||
|
||||
# Copy eslint-plugin-react-hooks into facebook-www
|
||||
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
|
||||
|
||||
Reference in New Issue
Block a user