diff options
| -rw-r--r-- | zsh/utils.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zsh/utils.zsh b/zsh/utils.zsh index 85d5338..e50693d 100644 --- a/zsh/utils.zsh +++ b/zsh/utils.zsh @@ -1,8 +1,8 @@ deps() { if [[ -f yarn.lock ]]; then - yarn list --pattern "@arf/|@arjs/|@dt/|@grapecity/|@mescius/|barcodejs|js-expressions" --depth=0 -s + yarn list --pattern "@arf/|@arjs/|@dt/|@grapecity/|@mescius/|barcodejs|js-expressions|cell-based-conversion" --depth=0 -s elif [[ -f pnpm-lock.yaml ]]; then - pnpm list @arf/* @arjs/* @dt/* @grapecity/* @mescius/* barcodejs js-expressions + pnpm list "@arf/*" "@arjs/*" "@dt/*" "@grapecity/*" "@mescius/*" "barcodejs" "js-expressions""cell-based-conversion" elif [[ -f package-lock.json ]]; then echo "NPM does not support dependencies filtering, here's the full list:" npm list |
