Skip to content

Commit 25adcd2

Browse files
committed
build: enable CI check for component ID collisions
Adds a CI check to automatically detect potential component ID collisions.
1 parent 95e18c5 commit 25adcd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ jobs:
317317
318318
- run: yarn ng-dev format changed --check << pipeline.git.base_revision >>
319319
- run: yarn ownerslint
320+
- run: yarn detect-component-id-collisions
320321
- run: yarn stylelint
321322
- run: yarn tslint
322323
- run: yarn -s ts-circular-deps:check

0 commit comments

Comments
 (0)