Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: moves husky hooks into own config key
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Jul 8, 2019
1 parent c7fceec commit dc1cf14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
"coveralls": "nyc --reporter=text-lcov npm run test:server | coveralls",
"ci:lint": "npm run lint",
"ci:test": "npm run coveralls && npm run test:browser && npm run test:features",
"ci:release": "semantic-release",
"precommit": "lint-staged"
"ci:release": "semantic-release"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit dc1cf14

Please sign in to comment.