M-Zuber / npm-watch

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

bad documentation #78

Closed tanay-pingalkar closed 3 years ago

tanay-pingalkar commented 3 years ago

Please update the documentation. And make it more comprehensive. There is a mistake "watch": "npm-watch" should be "watch": "npm-watch test" in documentation. It took hours me to find ot why "watch": "npm-watch" was not working. Please work on documentation.

M-Zuber commented 3 years ago

How where you using it? "watch": "npm-watch" is correct, you then run npm run watch in the command line.

tanay-pingalkar commented 3 years ago

Oh I think by by default npm-watch look for test script. AND I was trying to run different script