mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-12 00:57:39 -04:00
12 lines
100 B
Bash
Executable File
12 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
yarn build-web
|
|
|
|
source web/.env
|
|
|
|
npx cap sync android
|