mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-24 10:56:21 -05:00
* Test * Add pretty formatting * Fix Tests * Fix Tests * Fix Tests * Fix * Add pretty formatting fix * Fix * Test * Fix tests * Clean typeckech * Add prettier check * Fix api tsconfig * Fix api tsconfig * Fix tsconfig * Fix * Fix * Prettier
17 lines
281 B
Bash
Executable File
17 lines
281 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
yarn build-web-view
|
|
|
|
source web/.env
|
|
|
|
npx cap sync android
|
|
|
|
# To generate icons
|
|
# npx capacitor-assets generate --android
|
|
|
|
# Then go to android studio, build, generate signed APK in android/app/release, adb install -r app-release.apk
|