Skip to content

Commit 01da542

Browse files
committed
chore: chore
1 parent 28da600 commit 01da542

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
- name: 运行 ESLint 检查
9090
run: pnpm lint:quiet
9191

92+
- name: 生成 Astro 类型
93+
run: pnpm astro sync
94+
9295
- name: 运行 TypeScript 类型检查
9396
run: pnpm type-check
9497

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
node_modules
3-
src/assets
3+
src/assets
4+
pnpm-lock.yaml

0 commit comments

Comments
 (0)