mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
feat: don't clear nest output (#4023)
This commit is contained in:
parent
3432b4625f
commit
a404fb6cb5
@ -15,8 +15,8 @@
|
||||
"format:fix": "prettier --write .",
|
||||
"start": "npm run start:dev",
|
||||
"nest": "nest",
|
||||
"start:dev": "nest start --watch --",
|
||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
|
||||
"start:dev": "nest start --watch --preserveWatchOutput --",
|
||||
"start:debug": "nest start --debug 0.0.0.0:9230 --watch --preserveWatchOutput --",
|
||||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" --max-warnings 0",
|
||||
"lint:fix": "npm run lint -- --fix",
|
||||
"check": "tsc --noEmit",
|
||||
|
Loading…
Reference in New Issue
Block a user