Hacky demo changes
This commit is contained in:
parent
7cba369308
commit
ea7afd618c
39 changed files with 2041 additions and 745 deletions
1
check.sh
1
check.sh
|
|
@ -23,6 +23,7 @@ step "Python unit tests" uv run pytest \
|
|||
step "Frontend lint: ESLint" npm run lint
|
||||
step "Frontend format check: Prettier" npm run format:check
|
||||
step "Frontend typecheck: TypeScript" npm run typecheck
|
||||
step "Frontend i18n completeness" npm run check:i18n
|
||||
step "Frontend unit tests: Vitest" npm run test
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue