How to make dart pub global run firehose --validate
work with nested projects requiring a pub get
? #150
Open
Description
The dart analyze
step fails because pub get
is not run in any subfolders.
* `dart analyze` found the following issue(s):
Analyzing lib, test, pubspec.yaml...
error - test/data/dart_app/bin/dart_app.dart:5:8 - Target of URI doesn't exist: 'package:native_add/native_add.dart'. Try creating the file referenced by the URI, or try using a URI for a file that does exist. - uri_does_not_exist
Full log: https://github.com/dart-lang/native/actions/runs/5795237048/job/15706409172?pr=115