Skip to content

Commit 85e8364

Browse files
Replace deprecated "dart pub run" with "dart run" (#1353)
1 parent b1b0998 commit 85e8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Annotate your code with classes defined in
2323
Run `dart run build_runner build` to generate files into your source directory.
2424

2525
```console
26-
> dart pub run build_runner build
26+
> dart run build_runner build
2727
[INFO] ensureBuildScript: Generating build script completed, took 368ms
2828
[INFO] BuildDefinition: Reading cached asset graph completed, took 54ms
2929
[INFO] BuildDefinition: Checking for updates since last build completed, took 663ms

0 commit comments

Comments
 (0)