Skip to content

Commit f7ee694

Browse files
committed
Fix release-it config
1 parent 10177e3 commit f7ee694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tokenRef": "GITHUB_AUTH"
1515
},
1616
"hooks": {
17-
"before:init": ["pnpm lint", "pnpm test:run"],
17+
"before:init": ["npm lint", "npm test:run"],
1818
"after:bump": "npm run build",
1919
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
2020
}

0 commit comments

Comments
 (0)