Remove unneeded silent option

This commit is contained in:
Kevin Sawicki 2016-09-27 15:15:07 -07:00
parent 2227631b44
commit 3ba3a84159

View file

@ -6,7 +6,7 @@
"scripts": {
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
"postinstall": "node install.js",
"pretest": "npm run cache-clean && npm --silent run postinstall",
"pretest": "npm run cache-clean && npm run postinstall",
"test": "tape test/*.js && standard"
},
"bin": {