This commit is contained in:
Davidson Gomes
2024-06-09 16:51:47 -03:00
parent 585692cae3
commit 8369b857da
2 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "tsc",
"start": "ts-node --files --transpile-only ./src/main.ts",
"start:prod": "bash start.sh",
"start:prod": "node dist/src/main",
"dev:server": "clear && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./src/main.ts",
"test": "clear && tsnd --files --transpile-only --respawn --ignore-watch node_modules ./test/all.test.ts",
"lint": "eslint --fix --ext .ts src",