From 3b97d37c98bc3aa258da145e630354087301b433 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 9 Mar 2026 16:56:04 +0100 Subject: [PATCH] Fix webui ci --- .github/workflows/template-webui.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template-webui.yaml b/.github/workflows/template-webui.yaml index 805161c5b..51ac4dd22 100644 --- a/.github/workflows/template-webui.yaml +++ b/.github/workflows/template-webui.yaml @@ -34,6 +34,8 @@ jobs: working-directory: ./webui run: | yarn install + yarn tsc + yarn lint yarn build - name: Package webui