We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aaaf7d commit 733e084Copy full SHA for 733e084
1 file changed
pyproject.toml
@@ -205,9 +205,9 @@ shell = "uv run ruff format --check && uv run ruff check"
205
shell = "uv run ruff check --fix && uv run ruff format"
206
207
[tool.poe.tasks.build-docs]
208
-shell = "./build_api_reference.sh && corepack enable && yarn && yarn build"
+shell = "./build_api_reference.sh && npm ci && npm run build"
209
cwd = "website"
210
211
[tool.poe.tasks.run-docs]
212
-shell = "./build_api_reference.sh && corepack enable && yarn && yarn start"
+shell = "./build_api_reference.sh && npm ci && npm run start"
213
0 commit comments