Skip to content

Commit ca1e544

Browse files
kassensjorge-cab
authored andcommitted
1 parent bbea3df commit ca1e544

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,7 @@ 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-
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
176174
177175
# Move React Native version file
178176
mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB

0 commit comments

Comments
 (0)