M-Zuber / npm-watch

run npm scripts when files change
MIT License
323 stars 38 forks source link

Implement runOnChangeOnly option #57

Closed bluebrat closed 6 years ago

bluebrat commented 6 years ago

Use runOnChangeOnly to set the nodemon option --on-change-only. Setting this to true tells nodemon to execute script on change only, not startup.


This change is Reviewable

M-Zuber commented 6 years ago

Thank you!