1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Replace tuneup in samples_index (#1497)

This commit is contained in:
Parker Lougheed
2022-11-04 22:03:43 -05:00
committed by GitHub
parent 886b91b005
commit 847a960e02
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ Future<void> testCli() async =>
@Task()
void analyze() {
PubApp.local('tuneup').run(['check']);
run('dart', arguments: const ['analyze', '--fatal-infos', '.']);
}
@Task('deploy')