Skip to content

Commit ae433c2

Browse files
committed
Make npm-run-all silent
1 parent a51bcea commit ae433c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"testonly": "mocha --compilers js:babel-register test/**/*.js",
1212
"lint": "eslint src test",
1313
"test": "flow && npm run lint && npm run testonly",
14-
"build": "npm-run-all clean -p rollup -p minify:* -s docs size",
14+
"build": "npm-run-all --silent clean -p rollup -p minify:* -s docs size",
1515
"clean": "rimraf dist",
1616
"rollup": "rollup -c",
1717
"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",

0 commit comments

Comments
 (0)