Skip to content

Commit 65d8205

Browse files
Fix Typo In Static Task
1 parent 053d43e commit 65d8205

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
@@ -54,4 +54,4 @@ test = "coverage run manage.py test"
5454
report = "coverage report -m"
5555
lint = "pre-commit run --all-files"
5656
precommit = "pre-commit install"
57-
static = "python mange.py distill-local build --traceback --force"
57+
static = "python manage.py distill-local build --traceback --force"

0 commit comments

Comments
 (0)