Skip to content

Commit

Permalink
[core] Rename leftover core to material
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 7, 2021
1 parent 6c09313 commit ccb85e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
- run:
name: Diff declaration files
command: |
git add -f packages/material-ui/build || echo '/core declarations do not exist'
git add -f packages/material-ui/build || echo '/material declarations do not exist'
git add -f packages/material-ui-lab/build || echo '/lab declarations do not exist'
git add -f packages/material-ui-utils/build || echo '/utils declarations do not exist'
yarn lerna run --parallel build:types
Expand Down

0 comments on commit ccb85e4

Please sign in to comment.