We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e058520 commit 447d7ffCopy full SHA for 447d7ff
packages/angular/package.json
@@ -56,7 +56,7 @@
56
"build:esm:watch": "tsc -p tsconfig.esm.json --watch",
57
"build:types:watch": "tsc -p tsconfig.types.json --watch",
58
"build:npm": "npm pack ./build",
59
- "circularDepCheck": "madge --circular projects/sentry-angular/src/index.ts #TODO change to final index path!!",
+ "circularDepCheck": "madge --circular src/index.ts #TODO change to final index path!!",
60
"clean": "rimraf cjs esm build coverage",
61
"fix": "run-s fix:eslint fix:prettier",
62
"fix:eslint": "eslint . --format stylish --fix",
0 commit comments