chore: Fix CI

This commit is contained in:
Sören Beye 2025-09-06 14:25:47 +02:00
parent 52b462517b
commit c53dd66c6b
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@
'name': 'Generate OpenAPI Docs',
'run': 'npm run build_openapi_schema',
},
{
'name': 'Generate Code',
'run': 'npm run generate_code --workspace=backend',
},
{ 'run': 'npm run ts-check --workspace={frontend,backend}' },
{ 'run': 'npm run lint --workspace={frontend,backend}' },
{ 'run': 'npm run build --workspace=frontend' },