ci: npm run check generate backend client

This commit is contained in:
Ruben Fiszel
2023-01-17 07:40:40 +01:00
parent d297223fa5
commit 0954b5a4f2
+1 -1
View File
@@ -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