1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-23 16:41:48 +01:00

sub:pull script

This commit is contained in:
Kyle Spearrin 2018-03-04 00:01:49 -05:00
parent a7ffdefd57
commit f02e29fcac

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