Skip to content

Commit

Permalink
Attempt to fix diff syncing for Meta (#28801)
Browse files Browse the repository at this point in the history
#28796 broke Meta's PR syncing tool, hoping this fixes it
  • Loading branch information
josephsavona authored and rickhanlonii committed Apr 11, 2024
1 parent a3106be commit b157c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
./compiled/facebook-www/eslint-plugin-react-hooks.js
# Move unstable_server-external-runtime.js into facebook-www
mv build/oss-stable/react-dom/unstable_server-external-runtime.js \
mv build/oss-experimental/react-dom/unstable_server-external-runtime.js \
./compiled/facebook-www/unstable_server-external-runtime.js
# Move react-refresh-babel.development.js into babel-plugin-react-refresh
Expand Down

0 comments on commit b157c54

Please sign in to comment.