I\'m using npm run script to do tasks such as \"build\" and \"test\".
For example, my package.json looks like the following:
package.json
{ \"name\
Add file .npmrc to project and put in the file loglevel=silent.
.npmrc
loglevel=silent