зеркало из https://github.com/electron/electron.git
Remove unneeded silent option
This commit is contained in:
Родитель
2227631b44
Коммит
3ba3a84159
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче