Skip to content

Instantly share code, notes, and snippets.

@TylerBarnes
Created March 27, 2018 05:00
Show Gist options
  • Select an option

  • Save TylerBarnes/8ed86c8873c7cdb50e5eb2f976dfbfd4 to your computer and use it in GitHub Desktop.

Select an option

Save TylerBarnes/8ed86c8873c7cdb50e5eb2f976dfbfd4 to your computer and use it in GitHub Desktop.
#!/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