From f02e29fcac2664473f33452b49d0fc08776602ab Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sun, 4 Mar 2018 00:01:49 -0500 Subject: [PATCH] sub:pull script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c661609531..c823157ab8 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "scripts": { "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", "start:firefox": "web-ext run --source-dir ./dist/", "dev": "gulp build && webpack --config webpack.dev.js",