mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #3394 from browniebroke/fix/node-build-error
This commit is contained in:
commit
ecb01c338a
|
@ -24,6 +24,9 @@ git init
|
|||
git add .
|
||||
pre-commit run --show-diff-on-failure -a
|
||||
|
||||
# make sure all images build
|
||||
docker-compose -f local.yml build
|
||||
|
||||
# run the project's type checks
|
||||
docker-compose -f local.yml run django mypy my_awesome_project
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user