ci: add ts type check
This commit is contained in:
parent
d8ab800b8a
commit
83fb63faa6
|
|
@ -32,5 +32,8 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
|
- name: Run type:check
|
||||||
|
run: pnpm run type:check
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm build
|
run: pnpm build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue