Skip to content

Commit

Permalink
Replace deprecated "dart pub run" with "dart run" (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafujisaki authored Sep 13, 2023
1 parent b1b0998 commit 85e8364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Annotate your code with classes defined in
Run `dart run build_runner build` to generate files into your source directory.

```console
> dart pub run build_runner build
> dart run build_runner build
[INFO] ensureBuildScript: Generating build script completed, took 368ms
[INFO] BuildDefinition: Reading cached asset graph completed, took 54ms
[INFO] BuildDefinition: Checking for updates since last build completed, took 663ms
Expand Down

0 comments on commit 85e8364

Please sign in to comment.