We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c6f7 commit bf407aaCopy full SHA for bf407aa
1 file changed
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
cache: true
30
31
- name: 构建前端
32
- run: cd frontend && pnpm install --frozen-lockfile && pnpm build
+ run: cd frontend && pnpm install --frozen-lockfile && pnpm build-only
33
34
- name: 构建文档
35
run: cd docs-site && pnpm install --frozen-lockfile && DOCS_BASE=/cjrepo/docs/ pnpm build
0 commit comments