check all the dart code in the project, not just selected libraries

This commit is contained in:
Devon Carew 2015-09-18 20:59:32 -07:00
parent a320e712de
commit a4ff100408
2 changed files with 3 additions and 5 deletions

View file

@ -8,10 +8,8 @@
set -e
# Verify that the libraries are error free.
dartanalyzer --fatal-warnings \
bin/build_sky_apk.dart \
bin/sky_server.dart \
bin/sky_tools.dart
pub global activate tuneup
pub global run tuneup check
# And run our tests.
pub run test