Remove unneeded silent option
This commit is contained in:
parent
2227631b44
commit
3ba3a84159
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
"cache-clean": "rm -rf ~/.electron && rm -rf dist",
|
||||||
"postinstall": "node install.js",
|
"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"
|
"test": "tape test/*.js && standard"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in a new issue