mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-16 20:57:19 -04:00
Add build_sync_android.sh
This commit is contained in:
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