mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-28 03:16:09 +08:00
better build script
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
dartanalyzer .
|
||||
# run this first time:
|
||||
# flutter update-packages
|
||||
|
||||
flutter analyze --flutter-repo
|
||||
flutter format .
|
||||
flutter test
|
||||
|
||||
Reference in New Issue
Block a user