We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e058329 commit 96e3b1dCopy full SHA for 96e3b1d
pyproject.toml
@@ -259,7 +259,7 @@ context = 7
259
260
# Run tasks with: uv run poe <task>
261
[tool.poe.tasks]
262
-clean = "rm -rf .uv_cache .pytest_cache .ruff_cache .uv-cache build dist htmlcov .coverage"
+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 "
263
install-sync = "uv sync --all-extras"
264
build = "uv build --verbose"
265
publish-to-pypi = "uv publish --verbose --token ${APIFY_PYPI_TOKEN_CRAWLEE}"
0 commit comments