From 0954b5a4f2249203325cc0dc2ea9e401bf531ed3 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 17 Jan 2023 07:40:40 +0100 Subject: [PATCH] ci: npm run check generate backend client --- .github/workflows/frontend-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-check.yml b/.github/workflows/frontend-check.yml index 823e09bca6..0099fc888c 100644 --- a/.github/workflows/frontend-check.yml +++ b/.github/workflows/frontend-check.yml @@ -14,4 +14,4 @@ jobs: node-version: 18 - name: "npm check" timeout-minutes: 2 - run: cd frontend && npm ci && npm run check + run: cd frontend && npm ci && npm run generate-backend-client && npm run check