Skip to content

Commit 83c3d1a

Browse files
committed
fixup missing leeway dependencies
1 parent 5faa671 commit 83c3d1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/gitpod-db/BUILD.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ packages:
99
deps:
1010
- :dbtest
1111
- components/gitpod-protocol:lib
12+
- components/public-api/typescript-common:lib
1213
config:
1314
packaging: library
1415
yarnLock: ${coreYarnLockBase}/yarn.lock
@@ -35,6 +36,7 @@ packages:
3536
- package.json
3637
deps:
3738
- components/gitpod-protocol:lib
39+
- components/public-api/typescript-common:lib
3840
config:
3941
dontTest: true
4042
packaging: offline-mirror
@@ -50,6 +52,7 @@ packages:
5052
deps:
5153
- :dbtest-init
5254
- components/gitpod-protocol:lib
55+
- components/public-api/typescript-common:lib
5356
config:
5457
packaging: library
5558
yarnLock: ${coreYarnLockBase}/yarn.lock

0 commit comments

Comments
 (0)