ci/web: run type check before building

This commit is contained in:
jj 2024-10-30 11:13:36 +00:00
parent 1e5b30778d
commit b9a44f81a0
No known key found for this signature in database

1
.github/test.sh vendored
View file

@ -46,6 +46,7 @@ setup_api() {
}
setup_web() {
pnpm run --prefix web check
pnpm run --prefix web build
}