Skip to content

Commit

Permalink
fix: change path
Browse files Browse the repository at this point in the history
  • Loading branch information
pklatka committed Apr 2, 2024
1 parent b57a45a commit f40c045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/turbo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"android": "7.1.0"
},
"scripts": {
"build": "bob build && sh ./scripts/build.sh $npm_package_hotwiredTurbo_ios $npm_package_hotwiredTurbo_android && yarn link && yarn postinstall",
"build": "bob build && sh ./scripts/build.sh $npm_package_hotwiredTurbo_ios $npm_package_hotwiredTurbo_android && yarn link",
"postinstall": "sh ./scripts/postinstall.sh",
"clean": "rm -rf lib node_modules",
"release": "sh ../../scripts/release.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/turbo/scripts/postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ else
fi

# Copying the vendor files to the react-native android folder is necessary to run the app with react-native run-android command.
rsync -av $VENDOR_DIR/* $REACT_NATIVE_DIR
rsync -av $VENDOR_DIR/ $REACT_NATIVE_DIR

0 comments on commit f40c045

Please sign in to comment.