chore: add deps/types for commitlint scope (#18778)

* chore: add site/demo/type for commitlint type-enum

* demo: test

* fix(types): test

* fix(types): test

* fix(deps): test

* chore: update
This commit is contained in:
thinkasany 2024-11-05 16:13:29 +08:00 committed by GitHub
parent 2cb7d1cb03
commit 602622ba8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,6 +21,8 @@ const scopes = [
'border',
'var',
'ssr',
'types',
'deps',
]
const gitStatus = execSync('git status --porcelain || true')