From 5c97c3b38d4d208d335617e7d77ad702d70e68bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 19 Jan 2021 11:12:00 +0100 Subject: [PATCH] Add git submodules init script. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b2605fb1..67fb72c9 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ "test": "echo \"Error: no tests implemented\" && exit 1", "clinic:clean": "clinic clean", "npm-check": "npm-check", + "git:sinit": "git submodule update --init --recursive --force", "git:sdiff": "git diff && git submodule foreach 'git diff'", "git:supdate": "git submodule update --remote --merge", "git:spush": "git push --recurse-submodules=on-demand" -- 2.43.0