diff options
author | 2021-11-26 21:28:41 +0100 | |
---|---|---|
committer | 2021-11-26 21:28:41 +0100 | |
commit | 8ef403dace6783dd12a15d44fc43439cedd8ea6c (patch) | |
tree | 00e3718d7b2f4ad0219b6115a52b6a2376e30c6d /pyproject.toml | |
parent | Merge pull request #572 from D0rs4n/pr/deleterolesignal (diff) | |
parent | Clean 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.toml | 2 |
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" |