We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 223ffdf + b125307 commit 73f9b84Copy full SHA for 73f9b84
README.md
@@ -15,6 +15,7 @@
15
* [Running The Tests](#running-the-tests)
16
* [Debugging](#debugging)
17
* [App Structure and Conventions](#app-structure-and-conventions)
18
+* [HybridApp](#HybridApp)
19
* [Philosophy](#Philosophy)
20
* [Security](#Security)
21
* [Internationalization](#Internationalization)
scripts/run-build.sh
@@ -38,6 +38,9 @@ NEW_DOT_FLAG="${STANDALONE_NEW_DOT:-false}"
38
SCHEME="Expensify Dev"
39
APP_ID="org.me.mobiexpensifyg.dev"
40
41
+ # Build Yapl JS
42
+ cd Mobile-Expensify && npm run grunt:build:shared && cd ..
43
+
44
echo -e "\n${GREEN}Starting a HybridApp build!${NC}"
45
PROJECT_ROOT_PATH="Mobile-Expensify/"
46
export CUSTOM_APK_NAME="Expensify-debug.apk"
0 commit comments