Skip to content

Instantly share code, notes, and snippets.

@zeke
Forked from mafintosh/pre-publish.sh
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeke/4f8b830736abd8daaa8a to your computer and use it in GitHub Desktop.
Save zeke/4f8b830736abd8daaa8a 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