Skip to content

Commit 4a4faec

Browse files
committed
change back to repo root before building
1 parent c6b1255 commit 4a4faec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postinstall": "./scripts/postInstall.sh",
1616
"clean": "./scripts/clean.sh",
1717
"clean-standalone": "STANDALONE_NEW_DOT=true ./scripts/clean.sh",
18-
"android": "./scripts/set-pusher-suffix.sh && npm run grunt:build:shared && ./scripts/run-build.sh --android",
18+
"android": "./scripts/set-pusher-suffix.sh && cd Mobile-Expensify && npm run grunt:build:shared && ../scripts/run-build.sh --android",
1919
"android-standalone": "./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --android",
2020
"ios": "./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --ios",
2121
"ios-standalone": "./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --ios",

0 commit comments

Comments
 (0)