feat: 添加 Vue 类型检查到 CI 流程,更新 Icons.vue 和 unocss.config.ts 文件
Some checks failed
CI / build-and-deploy (push) Failing after 50s

This commit is contained in:
严浩
2024-10-09 17:58:50 +08:00
parent 8c287c27ce
commit 80c1adbefc
3 changed files with 28 additions and 34 deletions

View File

@ -34,6 +34,8 @@ jobs:
run: pnpm install --frozen-lockfile
- name: 静态代码分析
run: pnpm lint
- name: Vue 类型检查
run: npx vue-tsc --build --force
# - name: Build
# run: pnpm build