Add prettier check to CircleCI job

[MAILPOET-4075]
This commit is contained in:
Jan Jakes
2022-04-08 13:39:13 +02:00
committed by Veljko V
parent ba322bc078
commit 36114d89bb

View File

@@ -144,6 +144,9 @@ jobs:
./do compile:all --env production
./do doctrine:generate-cache
vendor/bin/codecept build
- run:
name: 'Check Prettier formatting'
command: ./do qa:prettier-check
- save_cache:
key: tools-{{ checksum "tools/install.php" }}
paths: