Skip to content

Commit b59579a

Browse files
committed
Get rid of this, it does nothing
1 parent 2687d58 commit b59579a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,6 @@ jobs:
239239
pnpm --filter @mui/material typescript:module-augmentation
240240
pnpm --filter @mui/joy typescript:module-augmentation
241241
pnpm --filter @mui/system typescript:module-augmentation
242-
- run:
243-
name: Diff declaration files
244-
command: |
245-
git add -f packages/mui-material/build || echo '/material declarations do not exist'
246-
git add -f packages/mui-lab/build || echo '/lab declarations do not exist'
247-
git add -f packages/mui-utils/build || echo '/utils declarations do not exist'
248-
pnpm -r build:stable && pnpm -r build:types
249-
git --no-pager diff
250242
- run:
251243
name: Any defect declaration files?
252244
command: node scripts/testBuiltTypes.mjs

0 commit comments

Comments
 (0)