refactor: remove bun alias
node is alias in bun container
This commit is contained in:
parent
6ca5777798
commit
c8d87cff77
|
@ -36,9 +36,6 @@ check_grep() {
|
|||
}
|
||||
check_grep
|
||||
|
||||
if command -v bun &> /dev/null; then
|
||||
alias node="bun"
|
||||
fi
|
||||
node --version
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue