Skip to content

Commit

Permalink
build: allow precommit hook to run without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 3, 2025
1 parent 9489ded commit f09bc3b
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 @@ -19,7 +19,7 @@
],
"./src/**/*.js": [
"eslint",
"jest --bail --findRelatedTests"
"jest --bail --findRelatedTests --passWithNoTests"
]
},
"repository": {
Expand Down

0 comments on commit f09bc3b

Please sign in to comment.