run-build-postmerge

1.0.0-a • Public • Published

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"
}

Package Sidebar

Install

npm i run-build-postmerge

Weekly Downloads

0

Version

1.0.0-a

License

MIT

Unpacked Size

4.74 kB

Total Files

8

Last publish

Collaborators

  • brianramsey