chore(server): Remove dist directory in command script (#2518)

This commit is contained in:
Alex
2023-05-22 10:27:08 -05:00
committed by GitHub
parent eefe5266a8
commit feadc45e75
2 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
"start": "nest start",
"nest": "nest",
"start:dev": "nest start --watch",
"start:debug": "nest start --debug 0.0.0.0:9230 --watch",
"start:debug": "rimraf dist && nest start --debug 0.0.0.0:9230 --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{apps,libs}/**/*.ts\" --max-warnings 0",
"lint:fix": "npm run lint -- --fix",