chore(release-it): remove pnpm test

This commit is contained in:
Benjamin Canac
2024-02-23 17:22:24 +01:00
parent ba15add4db
commit 1d995136a5

View File

@@ -12,7 +12,7 @@
"web": true
},
"hooks": {
"before:init": ["pnpm lint", "pnpm typecheck", "pnpm test"]
"before:init": ["pnpm lint", "pnpm typecheck"]
},
"plugins": {
"@release-it/conventional-changelog": {