ci(build): fix pnpm and cz config compatibility

This commit is contained in:
Julien Calixte
2024-04-09 23:44:42 +02:00
parent 046f33e0fb
commit 31b6e23fdb
2 changed files with 3 additions and 5 deletions

3
.czrc Normal file
View File

@@ -0,0 +1,3 @@
{
"path": "./node_modules/cz-conventional-changelog"
}

View File

@@ -56,10 +56,5 @@
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27",
"webdriverio": "^8.32.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}