From aa8db7fdbf1ec3564bbb7a6133d64f61d4962297 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 14 Mar 2019 18:27:32 -0400 Subject: [PATCH] sub:init on postinstall --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 633c099d42..34d1ee232f 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "sub:init": "git submodule update --init --recursive", "sub:update": "git submodule update --remote", "sub:pull": "git submodule foreach git pull", + "postinstall": "npm run sub:init", "clean": "rimraf dist/**/*", "build": "webpack", "build:watch": "webpack --watch",