alloc / build-if-changed

Run build scripts only when files changed (good with monorepos)
https://asciinema.org/a/VUAsJEJ4sa8AFpIAHnEkwMZV7
MIT License
7 stars 6 forks source link

Watch mode #1

Open aleclarson opened 5 years ago

aleclarson commented 5 years ago

Use this: https://github.com/parcel-bundler/watcher

aleclarson commented 5 years ago

Look for "watch" script in package.json and use that instead of re-running "build" script in response to changed files.