Skip to content

Commit

Permalink
[#208] 🔧chore: re-organize more important husky section prior
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanLin-TWer committed Jun 22, 2018
1 parent 97b6834 commit dd0ef48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -25,6 +25,12 @@
"prettier": "^1.13.5",
"husky": "^1.0.0-rc.9"
},
"husky": {
"hooks": {
"commit-msg": "./scripts/hooks/validate-commit-msg.sh ${HUSKY_GIT_PARAMS}",
"pre-commit": "./scripts/hooks/pre-commit.sh"
}
},
"jest": {
"testMatch": [
"<rootDir>/src/react/**/*.test.js"
Expand All @@ -45,11 +51,5 @@
"text"
],
"coverageDirectory": "<rootDir>/coverage/react"
},
"husky": {
"hooks": {
"commit-msg": "./scripts/hooks/validate-commit-msg.sh ${HUSKY_GIT_PARAMS}",
"pre-commit": "./scripts/hooks/pre-commit.sh"
}
}
}

0 comments on commit dd0ef48

Please sign in to comment.