Run compilemessages faster.
This commit is contained in:
@@ -62,6 +62,6 @@ deps =
|
|||||||
whitelist_externals = git
|
whitelist_externals = git
|
||||||
commands =
|
commands =
|
||||||
python -m django makemessages --all
|
python -m django makemessages --all
|
||||||
python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "venv"
|
|
||||||
git diff
|
git diff
|
||||||
git diff-index --quiet HEAD
|
git diff-index --quiet HEAD
|
||||||
|
python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv"
|
||||||
|
|||||||
Reference in New Issue
Block a user