Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Last active August 26, 2016 04:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mafintosh/405048d304fbabb830b2 to your computer and use it in GitHub Desktop.
Save mafintosh/405048d304fbabb830b2 to your computer and use it in GitHub Desktop.
npm () {
if [ "$1" = "publish" ]; then
dependency-check . && $(which npm) "$@"
else
$(which npm) "$@"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment