mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
45b2fc15d7a63d8bc62cc00374a68ae2246628d9
Commit artifact actions are breaking after https://github.com/facebook/react/pull/30711 See: https://github.com/facebook/react/actions/runs/10930658977/job/30344033974 > mv: cannot stat 'build/facebook-react-native/react/dom/': No such file or directory After build, the new artifacts are in `/react-dom/cjs`, not `/react/dom/` ``` $> yarn build $> ls build/facebook-react-native/react/ # ... no dom $> ls build/facebook-react-native/react-dom/cjs ``` DiffTrain build for commit https://github.com/facebook/react/commit/e4953922a99b5477c3bcf98cdaa2b13ac0a81f0d.
react-fbsource-import
Description
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%