Skip to content

Commit d97035a

Browse files
michaldudakDaniel Rabe
authored and
Daniel Rabe
committed
[core] Ensure that prettier CI step fails when code is badly formatted (mui#35170)
1 parent 2d80de0 commit d97035a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- install_js
217217
- run:
218218
name: '`yarn prettier` changes committed?'
219-
command: yarn prettier check-changed
219+
command: yarn prettier --check
220220
- run:
221221
name: Generate PropTypes
222222
command: yarn proptypes

0 commit comments

Comments
 (0)