diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2af9529..7c6f43b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/src/components/Icons.vue b/src/components/Icons.vue index baf9657..c2115a1 100644 --- a/src/components/Icons.vue +++ b/src/components/Icons.vue @@ -4,20 +4,20 @@