Skip to content

Commit 0056629

Browse files
committed
fix: missed npx commands, moved to pnpm exec
1 parent 364312b commit 0056629

File tree

3 files changed

+106
-853
lines changed

3 files changed

+106
-853
lines changed

.release-it.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"git": {
3-
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
3+
"changelog": "pnpm exec auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
44
},
55
"github": {
66
"release": true
77
},
88
"hooks": {
9-
"after:bump": "npx auto-changelog -p"
9+
"after:bump": "pnpm exec auto-changelog -p"
1010
}
1111
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@swc/jest": "^0.2.36",
6060
"@types/jest": "^29.5.13",
6161
"@typescript-eslint/eslint-plugin": "^8.10.0",
62+
"auto-changelog": "^2.5.0",
6263
"chalk": "^5.3.0",
6364
"cosmiconfig": "^9.0.0",
6465
"esbuild": "^0.24.0",

0 commit comments

Comments
 (0)