Merge pull request #6 from LucasBrazi06/memory-optimization
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 21 Jan 2021 08:49:01 +0000 (09:49 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Jan 2021 08:49:01 +0000 (09:49 +0100)
package.json

index 9274de943c7b6b4581c427b24fdedf485b0ec568..11c18cff7875fa46860e04825777337ebabcdbac 100644 (file)
@@ -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"