33af1d0b39
`pub get` is now only executed when the `pubspec.yaml` in the `modules` folder is different than the `pubspec.yaml` in the `build/dart` folder. Generates the file `build/dart/_analyzer.dart` that imports all modules to run `dart analyzer` against all of them. The build will fail whenever there are errors, warnings or hints in `dart analyzer`. Changes the sources so that `dart analyzer` does not report any error, warning or hint. Closes #40
11 lines
178 B
YAML
11 lines
178 B
YAML
name: change_detection
|
|
environment:
|
|
sdk: '>=1.4.0'
|
|
dependencies:
|
|
facade:
|
|
path: ../facade
|
|
dev_dependencies:
|
|
test_lib:
|
|
path: ../test_lib
|
|
guinness: ">=0.1.5 <0.2.0"
|