Merge pull request #1260 from tborychowski/patch-1

fix yarn run completions
This commit is contained in:
Shohei YOSHIDA 2026-04-23 19:52:05 +09:00 committed by GitHub
commit dbaeafd96c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ _yarn_scripts() {
fi fi
local -a candidates=($scripts $binaries) local -a candidates=($scripts $binaries)
_values 'scripts' $candidates compadd -a candidates
} }
_yarn "$@" _yarn "$@"