We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d31816 commit 13c03ceCopy full SHA for 13c03ce
pyproject.toml
@@ -241,9 +241,9 @@ shell = "uv run ruff format --check && uv run ruff check"
241
shell = "uv run ruff check --fix && uv run ruff format"
242
243
[tool.poe.tasks.build-docs]
244
-shell = "./build_api_reference.sh && corepack enable && yarn && yarn build"
+shell = "./build_api_reference.sh && npm ci && npm run build"
245
cwd = "website"
246
247
[tool.poe.tasks.run-docs]
248
-shell = "./build_api_reference.sh && corepack enable && yarn && yarn start"
+shell = "./build_api_reference.sh && npm ci && npm run start"
249
0 commit comments