Skip to content

Commit 96e3b1d

Browse files
committed
improve poe clean
1 parent e058329 commit 96e3b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ context = 7
259259

260260
# Run tasks with: uv run poe <task>
261261
[tool.poe.tasks]
262-
clean = "rm -rf .uv_cache .pytest_cache .ruff_cache .uv-cache build dist htmlcov .coverage"
262+
clean = "rm -rf .coverage .pytest_cache .ruff_cache .ty_cache .uv-cache build coverage-unit.xml dist htmlcov website/.docusaurus website/.yarn website/module_shortcuts.json website/node_modules "
263263
install-sync = "uv sync --all-extras"
264264
build = "uv build --verbose"
265265
publish-to-pypi = "uv publish --verbose --token ${APIFY_PYPI_TOKEN_CRAWLEE}"

0 commit comments

Comments
 (0)