use prettier experimental-cli in CI

This commit is contained in:
Samuel Newman
2025-06-23 17:48:08 +03:00
parent c634cd9071
commit 4dd7ec2989
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ jobs:
run: yarn lockfile-lint
- name: Prettier check
run: yarn prettier --check .
run: yarn prettier --check . --experimental-cli
- name: 🔤 Compile translations
run: yarn intl:build 2>&1 | tee i18n.log
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Lint lockfile
run: yarn lockfile-lint
- name: Prettier check
run: yarn prettier --check .
run: yarn prettier --check . --experimental-cli
- name: Check & compile i18n
run: yarn intl:build
- name: Type check