mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 18:40:22 +08:00
ci: add ts type check
This commit is contained in:
parent
d8ab800b8a
commit
83fb63faa6
3
.github/workflows/node.js.yml
vendored
3
.github/workflows/node.js.yml
vendored
@ -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
Block a user