From efcf9751679a25d6deeec917a7ec428f5f279668 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 19 Apr 2022 14:42:30 -0400 Subject: [PATCH] TESTING --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc1d0695..fe3273a9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "GPL-3.0", "repository": "https://github.com/bitwarden/web", "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:pull": "git submodule foreach git pull origin master", "preinstall": "npm run sub:init",