Files
SOP/sop-website/sop-website-frontend/.husky/common.sh
六如 3db05e8bdd 5.0
2024-11-16 17:19:19 +08:00

10 lines
179 B
Bash

#!/bin/sh
command_exists () {
command -v "$1" >/dev/null 2>&1
}
# Workaround for Windows 10, Git Bash and Pnpm
if command_exists winpty && test -t 1; then
exec < /dev/tty
fi