Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,6 @@ jobs:
pnpm --filter @mui/material typescript:module-augmentation
pnpm --filter @mui/joy typescript:module-augmentation
pnpm --filter @mui/system typescript:module-augmentation
- run:
name: Any defect declaration files?
command: node scripts/testBuiltTypes.mjs
test_types_next:
<<: *default-job
resource_class: 'medium+'
Expand Down Expand Up @@ -357,6 +354,9 @@ jobs:
- run:
name: Analyze exported typescript
command: pnpm test:attw
- run:
name: Any defect declaration files?
command: node scripts/testBuiltTypes.mjs
- run:
name: test exported typescript
command: pnpm --filter @mui-internal/test-module-resolution typescript:all
Expand Down
Loading