From cf0c5db455eccea39fcdb8c284e3fd0c9e2164bd Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Tue, 19 Nov 2024 01:53:53 +0000 Subject: [PATCH] feat: improve node installation script --- scripts/node.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/node.sh b/scripts/node.sh index 887ce97e7..cfed6d42c 100644 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -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() {