From 57246bcfc60016e7d4530c39ebc360e1cb57fd59 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Wed, 14 Aug 2024 09:37:37 +0700 Subject: [PATCH] chore: bun upgrade stable --- scripts/manual_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manual_update.sh b/scripts/manual_update.sh index a5a4464..667ec86 100755 --- a/scripts/manual_update.sh +++ b/scripts/manual_update.sh @@ -8,7 +8,7 @@ git -C ~/.oh-my-zsh/custom/plugins/fzf-tab pull git -C ~/.fzf pull ~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish -bun upgrade +bun upgrade --stable bun install --global prettier@latest deno upgrade