Skip to content

Commit

Permalink
chore(nestjs-trpc): add test running to lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosnerr authored and KevinEdry committed Dec 8, 2024
1 parent 3ab2e8f commit 5c0b893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint --fix"
"eslint --fix",
"yarn test --bail --findRelatedTests"
]
},
"repository": {
Expand Down

0 comments on commit 5c0b893

Please sign in to comment.