fix(git-hooks): Set TTY if using Docker

This commit is contained in:
Oliver Davies 2023-11-23 08:25:55 +00:00
parent baaf3bf16b
commit fecc65b655
2 changed files with 5 additions and 0 deletions

View file

@ -4,4 +4,8 @@
set -o errexit
{% if isDocker %}
export TTY="-T"
{% endif %}
./run test:commit