[eslint-plugin-react-hooks] move eslint plugin once again (#33110)
Jan Kassens committed
May 2, 2025 at 18:14 UTC
66de8e5a9975a4b53734ebed8a1c1f07892426a8
1 file changed
+2
-1
.github/workflows/runtime_commit_artifacts.yml
+2
-1
@@ -170,7 +170,8 @@ jobs:
170
# Copy eslint-plugin-react-hooks
171
# NOTE: This is different from www, here we include the full package
172
# including package.json to include dependencies in fbsource.
173
- cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react
173
+ mkdir "$BASE_FOLDER/tools"
174
+ cp -r build/oss-experimental/eslint-plugin-react-hooks "$BASE_FOLDER/tools"
175
176
# Move React Native version file
177
mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB