mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 04:51:06 +02:00
Optimize docker build
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --legacy-watch -e ts,js --exec ts-node -r tsconfig-paths/register server.ts",
|
||||
"prod": "ts-node -r tsconfig-paths/register server.ts",
|
||||
"prod": "ts-node --transpileOnly -r tsconfig-paths/register server.ts",
|
||||
"dev:debug": "nodemon --config nodemon.json --inspect-brk server.ts",
|
||||
"build": "tsc --project . && tsconfig-replace-paths --project tsconfig.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user