dillon1000/react
Commit
Browse files [DevTools] Make Devtools Regression Build (#24599)
This PR adds a script that downloads the specified react version from NPM (ie. react-dom, react, and react-test-renderer) and replaces the corresponding files in the build folder with the downloaded react files. The scheduler package, unlike react-dom, react, and react-test-renderer, is versioned differently, so we also need to specifically account for that in the script.
Changed paths1 file
First-parent comparisonscripts/circleci/download_devtools_regression_build.js AddedPatch
Files changed
Rendering syntax-highlighted changes…