1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Vince Grassia
2022-04-19 14:42:30 -04:00
parent a584469917
commit efcf975167

View File

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