mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-21 15:37:12 +08:00
8 lines
67 B
Bash
Executable File
8 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dartanalyzer .
|
|
flutter format .
|
|
flutter test
|
|
|
|
dartdoc
|