I have decided to experiment with npm scripts as a build tool and so far I like it. One issue I\'d like to solve is when running a script to run jshint when something doesn
You can do this inside your script by removing the event listeners
#!/usr/bin/env node process.removeAllListeners('warning'); // Do your thang without triggering warnings