Skip to content

Commit 66de8e5

Browse files
authored
[eslint-plugin-react-hooks] move eslint plugin once again (#33110)
1 parent 26ecc98 commit 66de8e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ jobs:
170170
# Copy eslint-plugin-react-hooks
171171
# NOTE: This is different from www, here we include the full package
172172
# 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"
174175
175176
# Move React Native version file
176177
mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB

0 commit comments

Comments
 (0)