Skip to content

Commit

Permalink
fix: 修复文档构建命令错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Jun 21, 2024
1 parent 4e1015b commit b3714de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Build Docs
run: pnpm run docs
run: pnpm run docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"scripts": {
"docs": "pnpm -F xparcai-utils-docs run docs:dev",
"docs:build": "pnpm -F xparcai-utils-docs run docs:build",
"create": "esno scripts/create-subpackage.ts",
"build": "pnpm -r --filter=./packages/* run build",
"release": "pnpm run build && pnpm run test run && run-s release:*",
Expand Down

0 comments on commit b3714de

Please sign in to comment.