mirror of https://github.com/AMT-Cheif/drift.git
Apply analyzer change in build script
This commit is contained in:
parent
5141bdc8c5
commit
9ea3c2d711
|
@ -27,7 +27,7 @@ while (( "$#" )); do
|
|||
dartanalyzer) echo
|
||||
echo -e '\033[1mTASK: dartanalyzer\033[22m'
|
||||
echo -e 'dartanalyzer --fatal-infos --fatal-warnings lib/ test/'
|
||||
dartanalyzer --fatal-infos --fatal-warnings . || EXIT_CODE=$?
|
||||
dartanalyzer --fatal-infos --fatal-warnings lib/ test/ || EXIT_CODE=$?
|
||||
;;
|
||||
dartfmt) echo
|
||||
echo -e '\033[1mTASK: dartfmt\033[22m'
|
||||
|
|
Loading…
Reference in New Issue