Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
build: do not lint files in the coverage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 16, 2022
1 parent de64d90 commit 978703c
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 @@ -32,7 +32,7 @@
},
"scripts": {
"prepack": "tsc",
"lint": "prettier --check \"./**/*.{ts,tsx,md,json}\" \"!./.nyc_output/**\"",
"lint": "prettier --check \"./**/*.{ts,tsx,md,json}\" \"!./.nyc_output/**\" \"!./coverage/**\"",
"test": "jest",
"prepare": "husky install"
},
Expand Down

0 comments on commit 978703c

Please sign in to comment.