Skip to content

Commit

Permalink
test commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcui committed May 24, 2018
1 parent b7c001f commit 078bfd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"lint": "eslint examples bin test --fix",
"precommit": "lint-staged",
"commitmsg": "commitlint -e $GIT_PARAMS",
"test": "mocha --recursive test/bin",
"coverage": "nyc --reporter=lcov --reporter=text npm test && codecov"
},
Expand All @@ -19,6 +20,8 @@
"memcached": "~0.2.8"
},
"devDependencies": {
"@commitlint/cli": "^6.2.0",
"@commitlint/config-conventional": "^6.1.3",
"chai": "^4.1.2",
"codecov": "^3.0.2",
"eslint": "^4.10.0",
Expand Down

0 comments on commit 078bfd6

Please sign in to comment.