Skip to content

Instantly share code, notes, and snippets.

@iforwms
Created December 3, 2018 04:25
Show Gist options
  • Save iforwms/e1922e64f8e43e6ab19203ffdedd29b1 to your computer and use it in GitHub Desktop.
Save iforwms/e1922e64f8e43e6ab19203ffdedd29b1 to your computer and use it in GitHub Desktop.
Git post merge hook for React Apps
#!/bin/bash
yarn
yarn build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment