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:
cdf7b41
)
Fixlet to sonar properties handling script
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 11 Jun 2022 07:06:00 +0000
(09:06 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 11 Jun 2022 07:06:00 +0000
(09:06 +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 26aac7f8ff39b14a213e2384c510e67cbf4415f6..b98f9eaabd8fa487cb4beaa856cdd847bfb02191 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-77,7
+77,7
@@
"git:sdiff": "git diff && git submodule foreach 'git diff'",
"git:supdate": "git submodule update --remote --recursive --merge",
"git:spush": "git push --recurse-submodules=on-demand",
- "sonar:properties": "src/scripts/updateSonarProps.sh",
+ "sonar:properties": "
./
src/scripts/updateSonarProps.sh",
"release": "release-it"
},
"dependencies": {