Skip to content

Commit

Permalink
Update prep-from-local in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Blargian committed Jan 30, 2025
1 parent 15ffaec commit 1716ffc
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 @@ -13,7 +13,7 @@
"deploy": "docusaurus deploy",
"docusaurus": "docusaurus",
"copy-clickhouse-repo-docs": "bash scripts/copy-clickhouse-repo-docs.sh",
"prep-from-local": "yarn copy-clickhouse-repo-docs -l",
"prep-from-local": "bash ./scripts/copy-clickhouse-repo-docs.sh -l",
"serve": "docusaurus serve",
"build-api-doc": "node clickhouseapi.js",
"build-swagger": "npx @redocly/cli build-docs https://api.clickhouse.cloud/v1 --output build/en/cloud/manage/api/swagger.html",
Expand Down

0 comments on commit 1716ffc

Please sign in to comment.