This commit is contained in:
Kevin Sawicki 2016-09-27 15:15:07 -07:00
Родитель 2227631b44
Коммит 3ba3a84159
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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": {