Fixing prettier check.

This commit is contained in:
Dessalines 2025-01-22 18:15:19 -05:00
parent 1e8223f777
commit f95bcf14cd

View file

@ -21,7 +21,7 @@ steps:
prettier_markdown_check:
image: tmknom/prettier:3.2.5
commands:
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" "!src/shared/donation_stats.ts" "!pnpm-lock.yaml"
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client-latest" "!lemmy-js-client-next" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts" "!src/shared/donation_stats.ts" "!pnpm-lock.yaml"
when:
- event: pull_request