Files
flame/scripts/build.sh
2018-09-19 21:36:33 -03:00

8 lines
67 B
Bash
Executable File

#!/bin/bash
dartanalyzer .
flutter format .
flutter test
dartdoc