Skip to content

Commit 13c03ce

Browse files
committed
Fix doc commands
1 parent 1d31816 commit 13c03ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,9 @@ shell = "uv run ruff format --check && uv run ruff check"
241241
shell = "uv run ruff check --fix && uv run ruff format"
242242

243243
[tool.poe.tasks.build-docs]
244-
shell = "./build_api_reference.sh && corepack enable && yarn && yarn build"
244+
shell = "./build_api_reference.sh && npm ci && npm run build"
245245
cwd = "website"
246246

247247
[tool.poe.tasks.run-docs]
248-
shell = "./build_api_reference.sh && corepack enable && yarn && yarn start"
248+
shell = "./build_api_reference.sh && npm ci && npm run start"
249249
cwd = "website"

0 commit comments

Comments
 (0)