Plugins: remfraf dist after start

This commit is contained in:
TimofeyBoyko 2022-08-26 14:04:50 +03:00
parent 5a2b269709
commit 908349a111

View File

@ -5,9 +5,9 @@
"private": true,
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"build": "rimraf dist & nest build",
"start": "rimraf dist & nest start",
"start:dev": "rimraf dist & nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix"