Files
Tien Do Nam 747837ea9d
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled
refactor: move scripts/ to support/scripts/
2026-07-13 23:48:32 +02:00

14 lines
218 B
Bash

# UNCOMMENT THESE LINES TO BUILD FROM LATEST COMMIT
# git reset --hard origin/main
# git pull
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter precache --ios
(
cd ios
pod update
)
fvm flutter build ipa
cd ..