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

This commit is contained in:
2023-04-19 12:08:54 +02:00
parent 45eb4b0828
commit 16deab5308

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": {