mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
feat: don't clear nest output (#4023)
This commit is contained in:
parent
3432b4625f
commit
a404fb6cb5
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
||||||
"format:fix": "prettier --write .",
|
"format:fix": "prettier --write .",
|
||||||
"start": "npm run start:dev",
|
"start": "npm run start:dev",
|
||||||
"nest": "nest",
|
"nest": "nest",
|
||||||
"start:dev": "nest start --watch --",
|
"start:dev": "nest start --watch --preserveWatchOutput --",
|
||||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
|
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --preserveWatchOutput --",
|
||||||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
|
||||||
"lint:fix": "npm run lint -- --fix",
|
"lint:fix": "npm run lint -- --fix",
|
||||||
"check": "tsc --noEmit",
|
"check": "tsc --noEmit",
|
||||||
|
|
Loading…
Reference in a new issue