@samitouri / QOS-React-1 / commits / f0ca53d133

[eslint-plugin-react-hooks] another CI update... (#33107)

We currently created a nested directory, this should remove that. See: https://github.com/facebook/react/tree/builds/facebook-fbsource/compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/eslint-plugin-react-hooks/eslint-plugin-react-hooks

Jan Kassens committed May 2, 2025 at 17:05 UTC f0ca53d1337780ccfd49c132170d378c789cb463
1 file changed +1 -3
.github/workflows/runtime_commit_artifacts.yml
+1 -3
@@ -170,9 +170,7 @@ 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 - mkdir $BASE_FOLDER/RKJSModules/vendor/react/eslint-plugin-react-hooks
174 - cp -r build/oss-experimental/eslint-plugin-react-hooks \
175 - $BASE_FOLDER/RKJSModules/vendor/react/eslint-plugin-react-hooks
173 + cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react
174
175 # Move React Native version file
176 mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB