Skip to content

Commit 04a0d8a

Browse files
committed
chore(commitlint): readd prompt
1 parent 43c6d0e commit 04a0d8a

File tree

2 files changed

+229
-3
lines changed

2 files changed

+229
-3
lines changed

package-lock.json

Lines changed: 225 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"scripts": {
37-
"commit": "npx git-cz",
37+
"commit": "git-cz",
3838
"format:check": "prettier --list-different '{src,__mocks__,bin}/**/*.js'",
3939
"format:write": "prettier --write '{src,__mocks__,bin}/**/*.js'",
4040
"test": "jest",
@@ -69,8 +69,9 @@
6969
"jsonfile": "^5.0.0"
7070
},
7171
"devDependencies": {
72-
"@commitlint/cli": "^7.2.1",
73-
"@commitlint/config-conventional": "^7.1.2",
72+
"@commitlint/cli": "^7.5.2",
73+
"@commitlint/config-conventional": "^7.5.0",
74+
"@commitlint/prompt": "^7.5.0",
7475
"@semantic-release/changelog": "^3.0.1",
7576
"@semantic-release/git": "^7.0.6",
7677
"codecov": "^3.1.0",

0 commit comments

Comments
 (0)