pnpx -> npx
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nicolai Ort 2023-04-19 12:08:54 +02:00
parent 45eb4b0828
commit 16deab5308
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -77,7 +77,7 @@
"publish": false
},
"hooks": {
"after:bump": "pnpx 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 && pnpm licenses:export && git add CHANGELOG.md licenses.md"
}
},
"volta": {