Skip to content

Commit 3dd05bf

Browse files
committed
.
1 parent a969fee commit 3dd05bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ shell = "uv run ruff format --check && uv run ruff check"
204204
[tool.poe.tasks.format]
205205
shell = "uv run ruff check --fix && uv run ruff format"
206206

207-
[tool.poe.tasks.build-docs]
208-
shell = "./build_api_reference.sh && corepack enable && corepack yarn && corepack yarn build"
207+
[tool.poe.tasks.update-docs-theme]
208+
shell = "corepack enable && yarn up @apify/docs-theme"
209209
cwd = "website"
210210

211-
[tool.poe.tasks.update-docs-theme]
212-
shell = "corepack enable && corepack yarn up @apify/docs-theme"
211+
[tool.poe.tasks.build-docs]
212+
shell = "./build_api_reference.sh && corepack enable && yarn && uv run yarn build"
213213
cwd = "website"
214214

215215
[tool.poe.tasks.run-docs]
216-
shell = "./build_api_reference.sh && corepack enable && corepack yarn && corepack yarn start"
216+
shell = "./build_api_reference.sh && corepack enable && yarn && uv run yarn start"
217217
cwd = "website"

0 commit comments

Comments
 (0)