Skip to content

Commit

Permalink
update lint:types script
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoelma committed Dec 13, 2024
1 parent 303182d commit 24bfa5f
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 @@ -31,7 +31,7 @@
"scripts": {
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix",
"lint:types": "tsc --noEmit",
"lint:types": "tsc && tsc-strict",
"release": "release-it"
},
"repository": {
Expand Down

0 comments on commit 24bfa5f

Please sign in to comment.