We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51bcea commit ae433c2Copy full SHA for ae433c2
package.json
@@ -11,7 +11,7 @@
11
"testonly": "mocha --compilers js:babel-register test/**/*.js",
12
"lint": "eslint src test",
13
"test": "flow && npm run lint && npm run testonly",
14
- "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",
15
"clean": "rimraf dist",
16
"rollup": "rollup -c",
17
"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