Skip to content

Commit

Permalink
fix entry file for monorepos
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAst committed Dec 15, 2024
1 parent 118fa66 commit 423c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/xcode/addBuildPhases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function addBuildPhases(
export PROJECT_ROOT="$PROJECT_DIR"/..
# Set entry file
export ENTRY_FILE="index.share.js"
export ENTRY_FILE="$PROJECT_ROOT/index.share.js"
# Set up Expo CLI
if [[ -z "$CLI_PATH" ]]; then
Expand Down

0 comments on commit 423c32e

Please sign in to comment.