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