sub:pull script

This commit is contained in:
Kyle Spearrin 2018-03-04 00:01:49 -05:00
parent a7ffdefd57
commit f02e29fcac
1 changed files with 1 additions and 0 deletions

View File

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