Merge pull request #3394 from browniebroke/fix/node-build-error

This commit is contained in:
Bruno Alla 2021-11-11 20:18:05 +00:00 committed by GitHub
commit ecb01c338a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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