From f0ca53d1337780ccfd49c132170d378c789cb463 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Fri, 2 May 2025 17:05:56 -0400 Subject: [PATCH] [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 --- .github/workflows/runtime_commit_artifacts.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index a1c739331b..24bb897f8c 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -170,9 +170,7 @@ 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. - mkdir $BASE_FOLDER/RKJSModules/vendor/react/eslint-plugin-react-hooks - cp -r build/oss-experimental/eslint-plugin-react-hooks \ - $BASE_FOLDER/RKJSModules/vendor/react/eslint-plugin-react-hooks + cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react # Move React Native version file mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB