Skip to content

Instantly share code, notes, and snippets.

@Gregcop1
Last active November 30, 2017 23:10
Show Gist options
  • Save Gregcop1/43c8a0615443075e53957bff0e503d95 to your computer and use it in GitHub Desktop.
Save Gregcop1/43c8a0615443075e53957bff0e503d95 to your computer and use it in GitHub Desktop.
Javascript project pre-push
#!/bin/sh
npm run prepush || {
echo
exit 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment