mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
ci: pr title lint job does not need to install all dependencies (#5124)
This commit is contained in:
10
tools/commitlint/package.json
Normal file
10
tools/commitlint/package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@affine/commitlint-config",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^18.4.3",
|
||||
"@commitlint/config-conventional": "^18.4.3",
|
||||
"commitlint": "^18.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user