mirror of
https://github.com/localsend/localsend.git
synced 2026-04-18 05:57:36 -04:00
11 lines
166 B
Bash
11 lines
166 B
Bash
git reset --hard origin/main
|
|
git pull
|
|
|
|
alias ff='fvm flutter'
|
|
ff clean
|
|
ff pub get
|
|
ff pub run build_runner build -d
|
|
ff precache --ios
|
|
(cd ios;pod update)
|
|
ff build ipa
|