chore: fix action run

This commit is contained in:
Steven 2024-03-26 22:46:17 +08:00
parent 2e87da4927
commit a07805907b

View File

@ -29,7 +29,7 @@ jobs:
run: pnpm lint
working-directory: web
- name: Run type checks
run: pnpm type-checks
run: pnpm type-check
working-directory: web
frontend-build: