···56e.g., for `build_runner`:
5758```bash
59-packageRun build_runner -- build
60```
6162Do _not_ use `dart run <package_name>`, as this will attempt to download dependencies with Pub.
···56e.g., for `build_runner`:
5758```bash
59+packageRun build_runner build
60```
6162Do _not_ use `dart run <package_name>`, as this will attempt to download dependencies with Pub.