Skip to content

Commit 65dabf9

Browse files
committed
fix(package.json): added conventional commit messages
1 parent 93d47a5 commit 65dabf9

2 files changed

Lines changed: 923 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373
},
7474
"scripts": {
75-
"cm": "git-cz",
75+
"cm": "git diff-index --cached --quiet HEAD || git-cz",
7676
"vscode:prepublish": "yarn run compile",
7777
"compile": "tsc -p ./",
7878
"lint": "eslint src --ext ts",
@@ -90,6 +90,7 @@
9090
"@types/vscode": "^1.42.0",
9191
"@typescript-eslint/eslint-plugin": "^2.18.0",
9292
"@typescript-eslint/parser": "^2.18.0",
93+
"conventional-changelog-cli": "^2.0.31",
9394
"cz-conventional-changelog": "^3.1.0",
9495
"eslint": "^6.8.0",
9596
"glob": "^7.1.6",

0 commit comments

Comments
 (0)