From d91c48c5991054e9c34169373414208c5179c58a Mon Sep 17 00:00:00 2001 From: Batmanisko Date: Wed, 29 Apr 2026 19:46:24 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20instalace=20types/node=5Fmodules=20p?= =?UTF-8?q?=C5=99ed=20buildem=20serveru=20(tsc=20kompiluje=20../types/**)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index add97e3..8cd3378 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -80,6 +80,8 @@ jobs: name: types-gen path: types/gen + - run: cd types && yarn install --frozen-lockfile + - run: cd server && yarn install --frozen-lockfile && yarn build - uses: actions/upload-artifact@v3