From c8d87cff77e928c8e5fc670a8dde11b2a1f45f87 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 22 Mar 2025 02:09:14 +0000 Subject: [PATCH] refactor: remove bun alias node is alias in bun container --- src/script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/script.sh b/src/script.sh index ffc4060..e0b3089 100644 --- a/src/script.sh +++ b/src/script.sh @@ -36,9 +36,6 @@ check_grep() { } check_grep -if command -v bun &> /dev/null; then - alias node="bun" -fi node --version