We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update
bun
1 parent 82fab30 commit d96a188Copy full SHA for d96a188
.bin/update
@@ -314,7 +314,7 @@ if $update ; then
314
echo '+ Update dotfiles'
315
sh "$DOTFILES"/bootstrap/dotfiles-update -f || _exit "$?"
316
317
- if [ -d "${BUN_PACKAGES}" ] ; then
+ if which bun 2>/dev/null 1>&2 && [ -d "${BUN_PACKAGES}" ] ; then
318
echo ' * updating bun packages @ '"${BUN_PACKAGES}"
319
_do bun install --cwd "${HOME}/${BUN_PACKAGES}" --frozen-lockfile --production
320
fi
0 commit comments