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 d36cd4f commit 4dff074Copy full SHA for 4dff074
package.json
@@ -31,13 +31,11 @@
31
"travis:integration": "yarn prepare && nyc jest && yarn reportCoverage",
32
"travis:lint": "yarn lint && yarn bundlesize",
33
"bundlesize": "bundlesize",
34
- "commitmsg": "commitlint -e $GIT_PARAMS",
35
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file"
36
},
37
"lint-staged": {
38
"{lib,bin}/**/!(__testfixtures__)/**.js": [
39
"eslint --fix",
40
- "npm run commitmsg",
41
"git add"
42
]
43
0 commit comments