npm-watch
npm-watch copied to clipboard
run npm scripts when files change
Hello, is there any way to config once and works on every npm-watch scripts, such as: ``` { scripts: { test1: ..., test2: ..., watch:test1: npm-watch test1, watch:test2: npm-watch test2,...
npm-watch no longer works on Windows after the latest security update related to cmd.exe Related information: https://github.com/nodejs/node/issues/52554 ``` C:\Dev\myproject>npm run watch > [email protected] watch > npx npm-watch No task specified....
This change is [](https://reviewable.io/reviews/m-zuber/npm-watch/93)
I maintain like 30 modules in `repo/modules`. I need the same thing for all of them: watch the `src` folder of each module and on a change I would like...
I first thought that it was a [nodemon issue](https://github.com/remy/nodemon/issues/1867#issuecomment-877937850) but it seems that it is not the case. Basically when the server restart, the port is still used by the...
You can watch everything by passing no arguments to `npm-watch`, or watch just one script by giving it as a command line argument. `npm-watch` has a certain amount of fixed...
Fix #35 Fix #56 Hi I hope this helps The problem is very annoying so I took 5 min to fix it Did not have time for unit tests though...
Hi, Love the package but I am having an road block where I get constant watchers triggers in scenario where watching Objective-C files of extension .h and .m . The...
First of all, thank you for maintaining useful open source project. I am in a monorepo situation(fullstack in one repo) and using alt-JS(Rescript) so I should watch compile and also...