Skip to content

Commit b125307

Browse files
committed
Update README.md and add building grunt to
1 parent f60c647 commit b125307

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* [Running The Tests](#running-the-tests)
1616
* [Debugging](#debugging)
1717
* [App Structure and Conventions](#app-structure-and-conventions)
18+
* [HybridApp](#HybridApp)
1819
* [Philosophy](#Philosophy)
1920
* [Security](#Security)
2021
* [Internationalization](#Internationalization)

scripts/run-build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ NEW_DOT_FLAG="${STANDALONE_NEW_DOT:-false}"
3838
SCHEME="Expensify Dev"
3939
APP_ID="org.me.mobiexpensifyg.dev"
4040

41+
# Build Yapl JS
42+
cd Mobile-Expensify && npm run grunt:build:shared && cd ..
43+
4144
echo -e "\n${GREEN}Starting a HybridApp build!${NC}"
4245
PROJECT_ROOT_PATH="Mobile-Expensify/"
4346
export CUSTOM_APK_NAME="Expensify-debug.apk"

0 commit comments

Comments
 (0)