GitHub action: properly separate different steps in jobs
[e-mobility-charging-stations-simulator.git] / package.json
index ba63effc07a16127063ac2bb2cb0300c8d925e92..bae86716c9f2ebfb00c0e7fb2560d05f9b8389c1 100644 (file)
@@ -33,7 +33,7 @@
     "test": "echo \"Error: no test specified\" && exit 1",
     "clinic:clean": "clinic clean",
     "npm-check": "npm-check",
-    "git:sdiff": "!git diff && git submodule foreach 'git diff'",
+    "git:sdiff": "git diff && git submodule foreach 'git diff'",
     "git:supdate": "git submodule update --remote --merge",
     "git:spush": "git push --recurse-submodules=on-demand"
   },