Skip to content

Instantly share code, notes, and snippets.

@StudioSpindle
Last active February 5, 2021 11:01
Show Gist options
  • Save StudioSpindle/72d24ebdf13fa9befdb7a7d769aa8652 to your computer and use it in GitHub Desktop.
Save StudioSpindle/72d24ebdf13fa9befdb7a7d769aa8652 to your computer and use it in GitHub Desktop.
Git commit hook tool 'husky' src file
# set the PATH
PATH="/usr/local/bin:$PATH"
# this loads nvm.sh and sets the correct PATH before running hook
. ~/.nvm/nvm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment