mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-07-28 20:28:12 +00:00
chore: enable prettier caching and quiet output (#26681)
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
"version": "2.5.6",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write ."
|
||||
"format": "prettier --cache --check .",
|
||||
"format:fix": "prettier --cache --write --list-different ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.7.4",
|
||||
|
||||
Reference in New Issue
Block a user