Files
localsend/scripts/compile_mac.sh
2023-01-25 23:09:42 +01:00

9 lines
130 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 build macos