We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28da600 commit 01da542Copy full SHA for 01da542
.github/workflows/ci.yml
@@ -89,6 +89,9 @@ jobs:
89
- name: 运行 ESLint 检查
90
run: pnpm lint:quiet
91
92
+ - name: 生成 Astro 类型
93
+ run: pnpm astro sync
94
+
95
- name: 运行 TypeScript 类型检查
96
run: pnpm type-check
97
.prettierignore
@@ -1,3 +1,4 @@
1
dist
2
node_modules
3
-src/assets
+src/assets
4
+pnpm-lock.yaml
0 commit comments