chore(workspace): add more scopes to conventional commits config
This commit is contained in:
parent
3378cc24be
commit
f0a8e07b0e
@ -7,7 +7,7 @@
|
|||||||
"nuxt": {},
|
"nuxt": {},
|
||||||
"server/middleware": {},
|
"server/middleware": {},
|
||||||
"components": {},
|
"components": {},
|
||||||
"deps": {},
|
"dependencies": {},
|
||||||
"client-side": {},
|
"client-side": {},
|
||||||
"config": {},
|
"config": {},
|
||||||
"workspace": {},
|
"workspace": {},
|
||||||
@ -15,7 +15,9 @@
|
|||||||
"api/utils": {},
|
"api/utils": {},
|
||||||
"server/utils": {},
|
"server/utils": {},
|
||||||
"server/plugins": {},
|
"server/plugins": {},
|
||||||
"ci": {}
|
"ci": {},
|
||||||
|
"tests/browser": {},
|
||||||
|
"tests/api": {}
|
||||||
},
|
},
|
||||||
"types": {
|
"types": {
|
||||||
"refactor": {
|
"refactor": {
|
||||||
|
Loading…
Reference in New Issue
Block a user