From 7e32403f255142797b6dfb447bdfaee95672d3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dudak?= Date: Wed, 16 Nov 2022 14:56:30 +0100 Subject: [PATCH] [core] Ensure that prettier CI step fails when code is badly formatted --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 197a61b10fdeb1..eadf09608b7f6e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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