Skip to content

Commit

Permalink
build yapl logic without changing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Jan 17, 2025
1 parent c6b1255 commit 674845c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postinstall": "./scripts/postInstall.sh",
"clean": "./scripts/clean.sh",
"clean-standalone": "STANDALONE_NEW_DOT=true ./scripts/clean.sh",
"android": "./scripts/set-pusher-suffix.sh && npm run grunt:build:shared && ./scripts/run-build.sh --android",
"android": "./scripts/set-pusher-suffix.sh && env -C /Mobile-Expensify npm run android && ./scripts/run-build.sh --android",
"android-standalone": "./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --android",
"ios": "./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --ios",
"ios-standalone": "./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --ios",
Expand Down

0 comments on commit 674845c

Please sign in to comment.