Skip to content

Commit

Permalink
[core] Ensure that prettier CI step fails when code is badly formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 16, 2022
1 parent 30e42b8 commit 7e32403
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 @@ -216,7 +216,7 @@ jobs:
- install_js
- run:
name: '`yarn prettier` changes committed?'
command: yarn prettier check-changed
command: yarn prettier --check
- run:
name: Generate PropTypes
command: yarn proptypes
Expand Down

0 comments on commit 7e32403

Please sign in to comment.