repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3182884
)
Add script for doing a release
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 16 Oct 2022 17:48:25 +0000
(19:48 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 16 Oct 2022 17:48:25 +0000
(19:48 +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 a42383daba2ef39264a17c322f428be4d8b2f92f..9444f9f5fd9df7366a586843dc4228bad02eb3bf 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-19,6
+19,7
@@
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"lint:report": "eslint . --cache --format json --output-file reports/eslint.json",
+ "release": "release-it",
"typedoc": "typedoc",
"sonar:properties": "./updateSonarProps.sh",
"prepublishOnly": "npm run build:prod"