mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-29 11:06:10 +00:00
ci/web: run type check before building
This commit is contained in:
parent
1e5b30778d
commit
b9a44f81a0
1
.github/test.sh
vendored
1
.github/test.sh
vendored
|
@ -46,6 +46,7 @@ setup_api() {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_web() {
|
setup_web() {
|
||||||
|
pnpm run --prefix web check
|
||||||
pnpm run --prefix web build
|
pnpm run --prefix web build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue