|
@@ -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 --preserveWatchOutput --",
|
|
|
|
- "start:debug": "nest start --debug 0.0.0.0:9230 --watch --preserveWatchOutput --",
|
|
|
|
|
|
+ "start:dev": "nest start --watch --",
|
|
|
|
+ "start:debug": "nest start --debug 0.0.0.0:9230 --watch --",
|
|
"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",
|