We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d47a5 commit 65dabf9Copy full SHA for 65dabf9
2 files changed
package.json
@@ -72,7 +72,7 @@
72
}
73
},
74
"scripts": {
75
- "cm": "git-cz",
+ "cm": "git diff-index --cached --quiet HEAD || git-cz",
76
"vscode:prepublish": "yarn run compile",
77
"compile": "tsc -p ./",
78
"lint": "eslint src --ext ts",
@@ -90,6 +90,7 @@
90
"@types/vscode": "^1.42.0",
91
"@typescript-eslint/eslint-plugin": "^2.18.0",
92
"@typescript-eslint/parser": "^2.18.0",
93
+ "conventional-changelog-cli": "^2.0.31",
94
"cz-conventional-changelog": "^3.1.0",
95
"eslint": "^6.8.0",
96
"glob": "^7.1.6",
0 commit comments