1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-27 12:36:14 +01:00

sub:init on postinstall

This commit is contained in:
Kyle Spearrin 2019-03-14 18:27:32 -04:00
parent 292aa1732b
commit aa8db7fdbf

View File

@ -20,6 +20,7 @@
"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",
"clean": "rimraf dist/**/*",
"build": "webpack",
"build:watch": "webpack --watch",