mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-13 03:10:42 +08:00
9 lines
132 B
Bash
Executable File
9 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# run this first time:
|
|
# flutter update-packages
|
|
|
|
flutter analyze --flutter-repo
|
|
flutter format .
|
|
flutter test
|