We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbea3df commit ca1e544Copy full SHA for ca1e544
.github/workflows/runtime_commit_artifacts.yml
@@ -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
+ cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react
176
177
# Move React Native version file
178
mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB
0 commit comments