-
Notifications
You must be signed in to change notification settings - Fork 209
/
pubspec.yaml
33 lines (32 loc) · 973 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: build_workspace # Can be anything
environment:
sdk: ^3.5.0 # Must be ^3.5.0 or later for workspace to be allowed
publish_to: none
dev_dependencies:
dart_flutter_team_lints: ^3.1.0
# build_web_compilers is not currently part of the workspace because it
# requires a very recent version of the Dart SDK. mono_repo generates a CI
# definition that runs each package with the lowest SDK version it supports.
# This breaks `dart pub get` in the entire workspace, so it (and `_test` which
# needs to use all packages from the repository) can't be part of the
# workspace.
workspace:
#- _test
#- _test/pkgs/provides_builder
- _test_common
# - build
- build_config
- build_daemon
- build_modules
# - build_resolvers
- build_runner
# - build_runner_core
- build_test
#- build_web_compilers
- example
- scratch_space
- tool
- build_modules/test/fixtures/a
- build_modules/test/fixtures/b
#- build_web_compilers/test/fixtures/c
#- build_web_compilers/test/fixtures/d