File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
"postinstall" : " ./scripts/postInstall.sh" ,
16
16
"clean" : " ./scripts/clean.sh" ,
17
17
"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" ,
19
19
"android-standalone" : " ./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --android" ,
20
20
"ios" : " ./scripts/set-pusher-suffix.sh && ./scripts/run-build.sh --ios" ,
21
21
"ios-standalone" : " ./scripts/set-pusher-suffix.sh && STANDALONE_NEW_DOT=true ./scripts/run-build.sh --ios" ,
You can’t perform that action at this time.
0 commit comments