Moved license and changelog export to releaseit hooks

This commit is contained in:
2023-02-02 12:55:42 +01:00
parent 2b641faa29
commit 77c6303014
2 changed files with 4 additions and 36 deletions

View File

@@ -98,6 +98,9 @@
},
"npm": {
"publish": false
},
"hooks": {
"after:bump": "auto-changelog --commit-limit false -p -u --hide-credit && npm run licenses:export && git add CHANGELOG.md && git add licenses.md"
}
},
"nodemonConfig": {
@@ -106,4 +109,4 @@
"docs/*"
]
}
}
}