From b2b0ee1a82f3203aaf83317618807d90438adb3d Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Thu, 22 Dec 2016 14:37:32 +0100 Subject: [PATCH] added postinstall step for interface dir --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 049540c38..c4e5817c1 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "https://github.com/ethereum/mist.git" }, "scripts": { + "postinstall": "cd interface && yarn", "ci": "gulp --platform=linux" }, "main": "main.js",