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",