From b71a3a144a0bec57e09d22f98a7ef0a22de1e6c5 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Fri, 2 May 2025 18:13:07 -0400 Subject: [PATCH] [eslint-plugin-react-hooks] move eslint plugin once again --- .github/workflows/runtime_commit_artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index 24bb897f8cd15..ab0e71b83cfc7 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -170,7 +170,8 @@ jobs: # Copy eslint-plugin-react-hooks # NOTE: This is different from www, here we include the full package # including package.json to include dependencies in fbsource. - cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react + mkdir "$BASE_FOLDER/tools" + cp -r build/oss-experimental/eslint-plugin-react-hooks "$BASE_FOLDER/tools" # Move React Native version file mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB