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 26ecc98 commit 66de8e5Copy full SHA for 66de8e5
.github/workflows/runtime_commit_artifacts.yml
@@ -170,7 +170,8 @@ 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
- cp -r build/oss-experimental/eslint-plugin-react-hooks $BASE_FOLDER/RKJSModules/vendor/react
+ mkdir "$BASE_FOLDER/tools"
174
+ cp -r build/oss-experimental/eslint-plugin-react-hooks "$BASE_FOLDER/tools"
175
176
# Move React Native version file
177
mv build/facebook-react-native/VERSION_NATIVE_FB ./compiled-rn/VERSION_NATIVE_FB
0 commit comments