Files
flame/scripts/build.sh

6 lines
58 B
Bash
Executable File

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