Skip to content

Allows you to specify folders to monitor for changes to be automatically built with a post-merge git hook

License

Notifications You must be signed in to change notification settings

brianramseyau/run-build-postmerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-build-postmerge

Allows you to specify folders to monitor for changes to be automatically built with a post-merge git hook. Designed to work with husky in: "post-merge": "run-build-postmerge"

Usage

Add the following to your package.json if your usage differs from the shown defaults below:

"runbuildpostmerge": {
    "paths": [ "src/" ],
    "script": "build"
}

About

Allows you to specify folders to monitor for changes to be automatically built with a post-merge git hook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published