d2df7ce24a
Now that https://dart-review.googlesource.com/c/sdk/+/291500 has landed, `dart run` now tries to invoke `dart pub` before execution. This doesn't work when running scripts inside the SDK, because the SDK doesn't use pub to get its dependencies. So scripts in the SDK now need to be run with `--no-pub`. Change-Id: Ic320b717b2d45278cd26d373ae0823c2935ce102 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/292720 Reviewed-by: Johnni Winther <johnniwinther@google.com>