better build script

This commit is contained in:
Luan Nico
2019-04-16 23:42:21 -03:00
parent b4f66be940
commit ac505e1e01

View File

@ -1,5 +1,8 @@
#!/bin/bash
dartanalyzer .
# run this first time:
# flutter update-packages
flutter analyze --flutter-repo
flutter format .
flutter test