mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-28 11:27:24 +08:00
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
# run this first time:
|
|
# flutter update-packages
|
|
|
|
flutter analyze --flutter-repo
|
|
flutter format .
|
|
flutter test
|