From a584469917a43eb83488d360ff60de54bc1d2845 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Tue, 19 Apr 2022 14:41:09 -0400 Subject: [PATCH] TESTING --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 541734b9..dc1d0695 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", + "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",