updated release hook

This commit is contained in:
Nicolai Ort 2023-04-19 12:10:01 +02:00
parent 16deab5308
commit 5d7a25e54f
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -77,7 +77,7 @@
"publish": false "publish": false
}, },
"hooks": { "hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && pnpm licenses:export && git add CHANGELOG.md licenses.md" "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && npm run licenses:export && git add CHANGELOG.md && git add licenses.md"
} }
}, },
"volta": { "volta": {