From 674845c49081d38ef9d2c25926f7a406cbdc0af9 Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Fri, 17 Jan 2025 10:57:28 -0800 Subject: [PATCH] build yapl logic without changing dir --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c12da058b73c..04ac38e481ab 100644 --- a/package.json +++ b/package.json @@ -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",