Skip to content

Commit

Permalink
feat: improve node installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 19, 2024
1 parent 84d8c99 commit cf0c5db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ usage() {
main_brew() {
msg "install node using brew"
require_brew node

mkdir -p ~/.config/husky
echo "PATH=\"${PATH}\"" >~/.config/husky/init.sh
}

main_apt() {
Expand Down

0 comments on commit cf0c5db

Please sign in to comment.