Skip to content

Commit

Permalink
[meta] copy ReactAllWarnings.js file (#27811)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kassens authored Dec 7, 2023
1 parent b36ae8d commit af1fc87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,15 @@ 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
mv build/facebook-www ./compiled
# 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 \
Expand Down

0 comments on commit af1fc87

Please sign in to comment.