Skip to content

Commit ffe7a00

Browse files
committed
chore: Clean .web directory
1 parent becf833 commit ffe7a00

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
@@ -59,7 +59,7 @@ build = {package-dir = "src", editable-backend = "editables"}
5959

6060
[tool.pdm.scripts]
6161
clean = {shell = """rm -rf .mypy_cache .pytest_cache tests/.pytest_cache build dist \
62-
htmlcov pip-wheel-metadata site __pycache__ docs/generated .nox .ruff_cache pdm.lock \
62+
htmlcov pip-wheel-metadata site __pycache__ docs/generated .nox .ruff_cache pdm.lock src/sportsbet/gui/.web \
6363
&& find . -type d -name __pycache__ | xargs rm -rf \
6464
&& find . -name '*.rej' -delete \
6565
&& find . -name '.coverage*' -delete"""}

0 commit comments

Comments
 (0)