mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
Dont prettier check instance stats.
This commit is contained in:
parent
7df77b14c3
commit
b48ebf25e1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pipeline:
|
|||
prettier_markdown_check:
|
||||
image: tmknom/prettier
|
||||
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:
|
||||
image: node:14-alpine
|
||||
|
|
Loading…
Reference in a new issue