Skip to content

Commit bf407aa

Browse files
committed
fix: release 构建前端改用 build-only 跳过 TS 检查
1 parent 347c6f7 commit bf407aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: true
3030

3131
- name: 构建前端
32-
run: cd frontend && pnpm install --frozen-lockfile && pnpm build
32+
run: cd frontend && pnpm install --frozen-lockfile && pnpm build-only
3333

3434
- name: 构建文档
3535
run: cd docs-site && pnpm install --frozen-lockfile && DOCS_BASE=/cjrepo/docs/ pnpm build

0 commit comments

Comments
 (0)