Run commands and scripts after git pull
npm install git-pull-run

post-merge hook after a git pull was done a local repository. This package will then run git diff-tree to get a list of changed files. Each changed file is being matched against the specified pattern and in case of a match, the specified command or script will be executed.For more information, please refer to my post: Automatically Install NPM Dependencies on Git Pull
sh
npm install --save-dev git-pull-run
`
This package should be executed as a post-merge git hook.Command Line Options
`sh
> npx git-pull-run --help
Usage: git-pull-run [options]Options:
-V --version output the version number
-p, --pattern pattern to match files
-c, --command execute shell command for each matched file
-s, --script Dist Tags
next1.4.1-next.1latest1.6.2