repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322edb9
)
Fix git:sdiff script.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 24 Apr 2020 13:14:08 +0000
(15:14 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 24 Apr 2020 13:14:08 +0000
(15:14 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index ba63effc07a16127063ac2bb2cb0300c8d925e92..bae86716c9f2ebfb00c0e7fb2560d05f9b8389c1 100644
(file)
--- 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"
},