mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-04 06:51:45 -04:00
Add build_sync_android.sh
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"prod": "./scripts/run_local.sh prod",
|
||||
"clean-install": "./scripts/install.sh",
|
||||
"build-web": "./scripts/build_web.sh",
|
||||
"build-sync-android": "./scripts/build_sync_android.sh",
|
||||
"migrate": "./scripts/migrate.sh",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
|
||||
11
scripts/build_sync_android.sh
Executable file
11
scripts/build_sync_android.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"/..
|
||||
|
||||
yarn build-web
|
||||
|
||||
source web/.env
|
||||
|
||||
npx cap sync android
|
||||
Reference in New Issue
Block a user