From 85cda34881c6c17418096326e566ef3899f32171 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 29 Apr 2026 19:56:17 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20instalace=20types=20p=C5=99ed=20buildem?= =?UTF-8?q?=20klienta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8cd3378..352ac25 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -109,6 +109,8 @@ jobs: name: types-gen path: types/gen + - run: cd types && yarn install --frozen-lockfile + - run: cd client && yarn install --frozen-lockfile && yarn build - uses: actions/upload-artifact@v3