refactor: remove bun alias

node is alias in bun container
This commit is contained in:
Ming Di Leom 2025-03-22 02:09:14 +00:00
parent 6ca5777798
commit c8d87cff77
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ check_grep() {
}
check_grep
if command -v bun &> /dev/null; then
alias node="bun"
fi
node --version