Dont prettier check instance stats. (#207)

This commit is contained in:
Dessalines 2023-06-29 16:32:52 -04:00 committed by GitHub
parent 7df77b14c3
commit 4a6aae17e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ pipeline:
prettier_markdown_check: prettier_markdown_check:
image: tmknom/prettier image: tmknom/prettier
commands: commands:
- prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" - prettier -c . "!dist" "!lemmy-docs" "!lemmy-translations" "!joinlemmy-translations" "!lemmy-js-client" "!lemmy-stats-crawler" "!src/shared/instance_stats.ts"
yarn: yarn:
image: node:14-alpine image: node:14-alpine