Skip to content

Commit

Permalink
chore(pkg.json): remove commitmsg cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 23, 2018
1 parent d36cd4f commit 4dff074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
"travis:integration": "yarn prepare && nyc jest && yarn reportCoverage",
"travis:lint": "yarn lint && yarn bundlesize",
"bundlesize": "bundlesize",
"commitmsg": "commitlint -e $GIT_PARAMS",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file"
},
"lint-staged": {
"{lib,bin}/**/!(__testfixtures__)/**.js": [
"eslint --fix",
"npm run commitmsg",
"git add"
]
},
Expand Down

0 comments on commit 4dff074

Please sign in to comment.