mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: enable prettier caching and quiet output (#26681)
This commit is contained in:
parent
56f14162f6
commit
e4c24bdec8
7 changed files with 14 additions and 14 deletions
|
|
@ -4,8 +4,8 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"docusaurus": "docusaurus",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
"format": "prettier --cache --check .",
|
||||
"format:fix": "prettier --cache --write --list-different .",
|
||||
"start": "docusaurus start --port 3005",
|
||||
"copy:openapi": "jq -c < ../open-api/immich-openapi-specs.json > ./static/openapi.json || exit 0",
|
||||
"build": "pnpm run copy:openapi && docusaurus build",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue