Last active
November 30, 2017 23:10
-
-
Save Gregcop1/43c8a0615443075e53957bff0e503d95 to your computer and use it in GitHub Desktop.
Javascript project pre-push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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