Skip to content

Commit

Permalink
Make npm-run-all silent
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Apr 14, 2017
1 parent a51bcea commit ae433c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"testonly": "mocha --compilers js:babel-register test/**/*.js",
"lint": "eslint src test",
"test": "flow && npm run lint && npm run testonly",
"build": "npm-run-all clean -p rollup -p minify:* -s docs size",
"build": "npm-run-all --silent clean -p rollup -p minify:* -s docs size",
"clean": "rimraf dist",
"rollup": "rollup -c",
"minify:cjs": "uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map",
Expand Down

0 comments on commit ae433c2

Please sign in to comment.