Skip to content

Commit df8bf7c

Browse files
committed
Fix depcheck to ignore @types deps
1 parent ca2418f commit df8bf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"postversion": "git push --follow-tags",
3333
"nuke": "rm -rf node_modules yarn.lock",
3434
"postnuke": "yarn install",
35-
"deps": "! depcheck --specials=bin,eslint --ignore-dirs=build,lib,pub | grep --invert-match 'No depcheck issue'"
35+
"deps": "! depcheck --specials=bin,eslint --ignore-dirs=build,lib,pub --ignores=@types/* | grep --invert-match 'No depcheck issue'"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)