chore: simplify macos script

This commit is contained in:
Tien Do Nam
2024-07-09 14:45:25 +02:00
parent a9921addc8
commit 8f88be93f6
-1
View File
@@ -5,6 +5,5 @@
cd app
fvm flutter clean
fvm flutter pub get
fvm flutter pub run build_runner build -d
fvm flutter build macos
cd ..