Answers for "npm run watch nodemon"

1

nodemon watch file run command

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
Posted by: Guest on May-02-2021
0

nodemon a npm run command

nodemon --exec npm run dev:test
Posted by: Guest on April-17-2020

Code answers related to "npm run watch nodemon"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language