workflow: update

This commit is contained in:
xiaoxian521
2021-11-03 14:16:34 +08:00
parent c25b130b7d
commit 43a8baee3d
10 changed files with 7123 additions and 4882 deletions

View File

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