chore: update scripts (#188)

[skip ci]

Co-authored-by: pengap <penganpingprivte@gmail.com>
This commit is contained in:
Pengap 2023-10-11 18:09:13 +08:00 committed by GitHub
parent b0317f8bb4
commit 168385ec85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,8 +31,8 @@
]
},
"scripts": {
"clean": "rimraf --no-glob ./.next ./out ./coverage ./tsconfig.tsbuildinfo ./main ./dist",
"build": "yarn clean && tsc --build tsconfig.build.json",
"build": "nest build",
"clean": "rimraf ./out ./coverage ./main ./dist ./tsconfig.tsbuildinfo ./node_modules/.cache",
"dev": "nest start --watch",
"start": "NODE_ENV=production node ./dist",
"start:debug": "nest start --debug --watch",