Add NPM scripts to package.json
This serves two purposes: - The default `npm install && npm test` now suffices to run the test suite. This is what Travis and many other systems will do by default to build JavaScript projects. - It removes the need to do $(shell npm bin) hackery in the Makefile.
Showing
Please register or sign in to comment