Replace tuneup in samples_index (#1497)

pull/1498/head
Parker Lougheed 2 years ago committed by GitHub
parent 886b91b005
commit 847a960e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,6 @@ dev_dependencies:
build: ^2.0.3
build_runner: ^2.0.6
build_web_compilers: ^3.0.0
tuneup: ^0.3.8
image: ^3.0.2
# waiting for the next material-components-web release.
# Once released, it will need to be rolled into package:mdc_web.

@ -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')

Loading…
Cancel
Save