sub:pull script
This commit is contained in:
parent
a7ffdefd57
commit
f02e29fcac
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue