Skip to content

Commit

Permalink
* docs: change docs build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 21, 2023
1 parent d2f3bdc commit edd3bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"docs:dev": "pnpm docs:prepare -- --copy && pnpm docs:dev-fast & pnpm docs:watch",
"docs:dev:exts": "pnpm docs:prepare -- --copy --exts --lib=zui*exts && pnpm docs:dev-fast & pnpm docs:watch -- --exts",
"docs:watch": "tsx ./scripts/docs/watch.ts",
"docs:build": "pnpm docs:prepare -- --copy && cd docs && pnpm build",
"docs:build": "pnpm docs:prepare -- --copy && cd docs && pnpm build -- --ignoreNotReady",
"docs:build:exts": "pnpm docs:prepare -- --copy --exts --lib=zui*exts && cd docs && pnpm build",
"docs:serve": "cd docs && pnpm serve",
"docs:prepare": "tsx ./scripts/docs/prepare.ts",
Expand Down

0 comments on commit edd3bc2

Please sign in to comment.