From df9024b704da2f6c003897ac1a5b5eec6f9b23f6 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Mon, 16 Oct 2023 07:37:15 +0000 Subject: [PATCH] fix libs --- components/gitpod-protocol/BUILD.yaml | 2 ++ components/public-api/typescript/BUILD.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/gitpod-protocol/BUILD.yaml b/components/gitpod-protocol/BUILD.yaml index ef91a45273a3f5..2b01f8a6d2432e 100644 --- a/components/gitpod-protocol/BUILD.yaml +++ b/components/gitpod-protocol/BUILD.yaml @@ -14,6 +14,8 @@ packages: - .eslintrc - mocha.opts - package.json + deps: + - components/public-api/typescript:lib config: packaging: library yarnLock: ${coreYarnLockBase}/yarn.lock diff --git a/components/public-api/typescript/BUILD.yaml b/components/public-api/typescript/BUILD.yaml index 79cf1afd147027..afb58e10b6c192 100644 --- a/components/public-api/typescript/BUILD.yaml +++ b/components/public-api/typescript/BUILD.yaml @@ -1,8 +1,6 @@ packages: - name: lib type: yarn - deps: - - components/gitpod-protocol:lib srcs: - src/** - package.json