aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-11-26 21:28:41 +0100
committerGravatar GitHub <[email protected]>2021-11-26 21:28:41 +0100
commit8ef403dace6783dd12a15d44fc43439cedd8ea6c (patch)
tree00e3718d7b2f4ad0219b6115a52b6a2376e30c6d /pyproject.toml
parentMerge pull request #572 from D0rs4n/pr/deleterolesignal (diff)
parentClean Up Static Deploys Readme (diff)
Merge pull request #629 from python-discord/static-docs
Clean Up Static Deployment Docs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2f1322e3..2de2bf35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,4 +54,4 @@ test = "coverage run manage.py test"
report = "coverage report -m"
lint = "pre-commit run --all-files"
precommit = "pre-commit install"
-static = "python mange.py distill-local build --traceback --force"
+static = "python manage.py distill-local build --traceback --force"