mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +01:00
sub:pull script
This commit is contained in:
parent
a7ffdefd57
commit
f02e29fcac
@ -4,6 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"sub:init": "git submodule update --init --recursive",
|
"sub:init": "git submodule update --init --recursive",
|
||||||
"sub:update": "git submodule update --remote",
|
"sub:update": "git submodule update --remote",
|
||||||
|
"sub:pull": "git submodule foreach git pull",
|
||||||
"postinstall": "npm run sub:init",
|
"postinstall": "npm run sub:init",
|
||||||
"start:firefox": "web-ext run --source-dir ./dist/",
|
"start:firefox": "web-ext run --source-dir ./dist/",
|
||||||
"dev": "gulp build && webpack --config webpack.dev.js",
|
"dev": "gulp build && webpack --config webpack.dev.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user