Skip to content

Commit 676dd10

Browse files
authored
Add all of packages/... to the (root) workspace. (#4754)
No other changes to keep things small.
1 parent dfff0f2 commit 676dd10

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

packages/buildbucket-dart/pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: buildbucket
22
description: LUCI Buildbucket library. Protos and utilities to communicate with LUCI buildbucket service.
3-
version: 1.0.13
4-
repository: https://github.com/flutter/cocoon/tree/main/packages/buildbucket-dart
3+
publish_to: none
4+
5+
resolution: workspace
56

67
environment:
78
sdk: ^3.7.0

packages/cocoon_server/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: cocoon_server
22
description: server-side functionality shared between `app_dart` and `auto_submit`.
33
publish_to: none
44

5+
resolution: workspace
6+
57
environment:
68
sdk: ^3.7.0
79

packages/cocoon_server_test/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: cocoon_server_test
22
description: Testing specific functionality for package:cocoon_server
33
publish_to: none
44

5+
resolution: workspace
6+
57
environment:
68
sdk: ^3.7.0
79

pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ environment:
99
sdk: ^3.7.0
1010

1111
workspace:
12+
- packages/buildbucket-dart
1213
- packages/cocoon_common
1314
- packages/cocoon_common_test
15+
- packages/cocoon_server
16+
- packages/cocoon_server_test
1417
- dev/cocoon_code_health
1518

1619
dev_dependencies:

0 commit comments

Comments
 (0)