Skip to content

Commit 733e084

Browse files
committed
Fix doc commands
1 parent 2aaaf7d commit 733e084

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

207207
[tool.poe.tasks.build-docs]
208-
shell = "./build_api_reference.sh && corepack enable && yarn && yarn build"
208+
shell = "./build_api_reference.sh && npm ci && npm run build"
209209
cwd = "website"
210210

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

0 commit comments

Comments
 (0)