Skip to content

Commit af1fc87

Browse files
authored
[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.
1 parent b36ae8d commit af1fc87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/commit_artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,15 @@ jobs:
120120
- name: Move relevant files for React in www into compiled
121121
run: |
122122
mkdir -p ./compiled
123-
mkdir -p ./compiled/facebook-www
123+
mkdir -p ./compiled/facebook-www/__test_utils__
124124
mkdir -p ./compiled/babel-plugin-react-refresh
125125
126126
# Copy the facebook-www folder into compiled
127127
mv build/facebook-www ./compiled
128128
129129
# Copy WARNINGS to facebook-www
130130
mv build/WARNINGS ./compiled/facebook-www/WARNINGS
131+
mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
131132
132133
# Copy eslint-plugin-react-hooks into facebook-www
133134
mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \

0 commit comments

Comments
 (0)