mirror of
https://github.com/immich-app/immich.git
synced 2026-05-12 12:10:31 +03:00
chore: enable prettier caching and quiet output (#26681)
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"license": "GNU Affero General Public License version 3",
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"format": "prettier --check .",
|
||||
"format:fix": "prettier --write .",
|
||||
"format": "prettier --cache --check .",
|
||||
"format:fix": "prettier --cache --write --list-different .",
|
||||
"start": "pnpm run start:dev",
|
||||
"nest": "nest",
|
||||
"start:dev": "nest start --watch --",
|
||||
|
||||
Reference in New Issue
Block a user