Created
March 27, 2018 05:00
-
-
Save TylerBarnes/8ed86c8873c7cdb50e5eb2f976dfbfd4 to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/env bash | |
| # MIT © Tyler Barnes | |
| # git hook to run a command after `git pull` to build our theme | |
| # Run `chmod +x post-merge` to make it executable then put it into `.git/hooks/`. | |
| eval npm i | |
| eval gulp init-theme |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment