X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=bae86716c9f2ebfb00c0e7fb2560d05f9b8389c1;hb=d8fb4c44b4bdad2cde8da32c0095b7405e9c506c;hp=ba63effc07a16127063ac2bb2cb0300c8d925e92;hpb=899002a47489afdc0bcd9077f197e0dd75e60c0b;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index ba63effc..bae86716 100644 --- a/package.json +++ b/package.json @@ -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" },