Skip to content

Commit 95eda32

Browse files
authored
doc: replace pub run with dart run (#9629)
1 parent e7dbf65 commit 95eda32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devtools_app/test/test_infra/scenes

packages/devtools_app/test/test_infra/scenes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ run as an application.
88

99
To generate scene runners:
1010
```
11-
flutter pub run build_runner build --delete-conflicting-outputs
11+
dart run build_runner build --delete-conflicting-outputs
1212
```
1313

1414
To run:

0 commit comments

Comments
 (0)