Commit a4ff1004 authored by Devon Carew's avatar Devon Carew

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

parent a320e712
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment