chore: use pnpm replace yarn

This commit is contained in:
xiaoxian521
2021-11-03 13:58:24 +08:00
parent c25b130b7d
commit 6c02e97157
10 changed files with 7112 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