1
0
mirror of https://github.com/bitwarden/web synced 2026-02-12 06:24:01 +00:00
This commit is contained in:
Vince Grassia
2022-04-19 14:41:09 -04:00
parent d0992049b6
commit a584469917

View File

@@ -4,7 +4,7 @@
"license": "GPL-3.0",
"repository": "https://github.com/bitwarden/web",
"scripts": {
"sub:init": "git submodule update --init --recursive --force",
"sub:init": "git submodule update --init --recursive --force --depth=1",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin master",
"preinstall": "npm run sub:init",