Skip to content

Commit 4dff074

Browse files
committed
chore(pkg.json): remove commitmsg cmd
1 parent d36cd4f commit 4dff074

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@
3131
"travis:integration": "yarn prepare && nyc jest && yarn reportCoverage",
3232
"travis:lint": "yarn lint && yarn bundlesize",
3333
"bundlesize": "bundlesize",
34-
"commitmsg": "commitlint -e $GIT_PARAMS",
3534
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file"
3635
},
3736
"lint-staged": {
3837
"{lib,bin}/**/!(__testfixtures__)/**.js": [
3938
"eslint --fix",
40-
"npm run commitmsg",
4139
"git add"
4240
]
4341
},

0 commit comments

Comments
 (0)