Skip to content

Commit 9b9520d

Browse files
committed
build(types): Don't run madge on @sentry/types
No need to check types files as they are not needed
1 parent 493636a commit 9b9520d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/types/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"fix": "run-s fix:eslint fix:prettier",
3636
"fix:prettier": "prettier --write \"{src,test}/**/*.ts\"",
3737
"fix:eslint": "eslint . --format stylish --fix",
38-
"pack": "npm pack",
39-
"circularDepCheck": "madge --circular src/index.ts"
38+
"pack": "npm pack"
4039
},
4140
"volta": {
4241
"extends": "../../package.json"

0 commit comments

Comments
 (0)