Skip to content

Commit 9a3f281

Browse files
committed
chore: eat your own dogfood
1 parent ca4adf9 commit 9a3f281

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.commitlintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["./@commitlint/config-angular", "./@commitlint/config-lerna-scopes"]
3+
}

@commitlint/prompt-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@commitlint/prompt",
2+
"name": "@commitlint/prompt-cli",
33
"version": "3.0.0",
44
"description": "commit prompt using .commitlintrc",
55
"bin": {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test": "npm run lerna run test",
1111
"postinstall": "npm run lerna bootstrap",
1212
"reinstall": "npm run clean && npm install",
13-
"clean": "npm run lerna clean -- --yes && npm run lerna run clean"
13+
"clean": "npm run lerna clean -- --yes && npm run lerna run clean",
14+
"commit": "./@commitlint/prompt-cli/cli.js"
1415
},
1516
"xo": {
1617
"ignore": ["lib/**"]

0 commit comments

Comments
 (0)