remove outdated build_runner instructions (#54645)

This commit is contained in:
kwkr 2020-04-13 21:40:02 +02:00 committed by GitHub
parent ff2358623b
commit 861b0b5749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,14 +76,6 @@ To run the tests in a specific file, run:
$ ../../bin/cache/dart-sdk/bin/pub run test test/general.shard/utils_test.dart
```
When running all of the tests, it is a bit faster to use `build_runner`. First,
set `FLUTTER_ROOT` to the root of your Flutter checkout. Then, in this directory
run:
```shell
$ ../../bin/cache/dart-sdk/bin/pub run build_runner test
```
This is what we do in the continuous integration bots.
### Forcing snapshot regeneration
To force the Flutter Tools snapshot to be regenerated, delete the following