From b40144e6e199b94834e928ef1e1b8c2f20c450bd Mon Sep 17 00:00:00 2001 From: Or Tichon Date: Sat, 28 Jan 2017 19:39:26 +0000 Subject: [PATCH] added heroku post build script --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 68e960b..8618787 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,9 @@ "name": "Or Tichon", "email": "or.tichon@gmail.com" }, - "scripts": {}, + "scripts": { + "heroku-postbuild": "npm --prefix ./server/public install" + }, "repository": { "type": "git", "url": "https://github.com/ortichon/conflicts-ahead.git"