From: Jérôme Benoit Date: Tue, 19 Jan 2021 10:12:00 +0000 (+0100) Subject: Add git submodules init script. X-Git-Tag: v1.0.1-0~138 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5c97c3b38d4d208d335617e7d77ad702d70e68bb;p=e-mobility-charging-stations-simulator.git Add git submodules init script. Signed-off-by: Jérôme Benoit --- 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"