mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Replace tuneup in samples_index (#1497)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user