Skip to content

Commit 447d7ff

Browse files
committed
fix circular dep check
1 parent e058520 commit 447d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"build:esm:watch": "tsc -p tsconfig.esm.json --watch",
5757
"build:types:watch": "tsc -p tsconfig.types.json --watch",
5858
"build:npm": "npm pack ./build",
59-
"circularDepCheck": "madge --circular projects/sentry-angular/src/index.ts #TODO change to final index path!!",
59+
"circularDepCheck": "madge --circular src/index.ts #TODO change to final index path!!",
6060
"clean": "rimraf cjs esm build coverage",
6161
"fix": "run-s fix:eslint fix:prettier",
6262
"fix:eslint": "eslint . --format stylish --fix",

0 commit comments

Comments
 (0)