Fix git:sdiff script.
[e-mobility-charging-stations-simulator.git] / package.json
index a01e24e8f275f8b841dc3ca8b40c45e3c191e892..bae86716c9f2ebfb00c0e7fb2560d05f9b8389c1 100644 (file)
@@ -2,7 +2,7 @@
   "name": "ev-simulator",
   "version": "1.0.0",
   "engines": {
-    "node": "13.x.x"
+    "node": "14.x.x"
   },
   "repository": {
     "type": "git",
     "flow:deps": "flow-typed install",
     "test": "echo \"Error: no test specified\" && exit 1",
     "clinic:clean": "clinic clean",
-    "npm-check": "npm-check"
+    "npm-check": "npm-check",
+    "git:sdiff": "git diff && git submodule foreach 'git diff'",
+    "git:supdate": "git submodule update --remote --merge",
+    "git:spush": "git push --recurse-submodules=on-demand"
   },
   "dependencies": {
     "uuid": "^7.0.3",