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 authored Nov 17, 2022
1 parent dd9acb7 commit 2f27c2e
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 2f27c2e

Please sign in to comment.