chore(scripts): install mailer during install

This commit is contained in:
vladikoff 2017-02-22 10:25:38 -05:00
Родитель f32a867041
Коммит 8f647a4723
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -10,6 +10,7 @@
},
"scripts": {
"prepush": "grunt quicklint",
"postinstall": "cd mailer && npm install",
"shrinkwrap": "npmshrink",
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",