Skip to content

Commit

Permalink
Husky upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Dec 19, 2018
1 parent 2795449 commit 9e418cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
"release:minor": "release-it --github.release --npm.publish --non-interactive --increment minor",
"release:major": "release-it --github.release --npm.publish --non-interactive --increment major",
"test": "jest --coverage",
"precommit": "lint-staged",
"prepare": "rimraf lib && preppy"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}

0 comments on commit 9e418cc

Please sign in to comment.