From 8f647a4723c0ad372f9f29771b23405f55c06b54 Mon Sep 17 00:00:00 2001 From: vladikoff Date: Wed, 22 Feb 2017 10:25:38 -0500 Subject: [PATCH] chore(scripts): install mailer during install --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 02dea09b..40837752 100644 --- a/package.json +++ b/package.json @@ -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",