[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.
Jan Kassens committed
Dec 7, 2023 at 17:08 UTC
af1fc87b54686d5e15204cd588e2227a92ae40ac
1 file changed
+2
-1
.github/workflows/commit_artifacts.yml
+2
-1
@@ -120,7 +120,7 @@ jobs:
120
- name: Move relevant files for React in www into compiled
121
run: |
122
mkdir -p ./compiled
123
- mkdir -p ./compiled/facebook-www
123
+ mkdir -p ./compiled/facebook-www/__test_utils__
124
mkdir -p ./compiled/babel-plugin-react-refresh
125
126
# Copy the facebook-www folder into compiled
@@ -128,6 +128,7 @@ jobs:
128
129
# Copy WARNINGS to facebook-www
130
mv build/WARNINGS ./compiled/facebook-www/WARNINGS
131
+ mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
132
133
# Copy eslint-plugin-react-hooks into facebook-www
134
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \