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