Skip to content

Commit

Permalink
always run the readme test
Browse files Browse the repository at this point in the history
because it would not be possible for findRelatedTests to catch it
  • Loading branch information
veigaribo committed Oct 8, 2020
1 parent fbc362f commit b1b4731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged && jest test/readme.test.js"
}
},
"lint-staged": {
Expand Down

0 comments on commit b1b4731

Please sign in to comment.