fix packeg for dev and prod

This commit is contained in:
root
2026-05-11 17:18:27 -04:00
committed by Administrator
parent 0e1b6f0338
commit 193aeae834
10 changed files with 35 additions and 13 deletions
+3
View File
@@ -3,8 +3,11 @@
"version": "1.0.0",
"private": true,
"scripts": {
"predev": "npm run build --workspace @rentaldrivego/types",
"dev": "node --env-file=../../.env.local ../../node_modules/.bin/ts-node-dev --respawn --transpile-only src/index.ts",
"prebuild": "npm run build --workspace @rentaldrivego/types",
"build": "tsc",
"prestart": "npm run build --workspace @rentaldrivego/types",
"start": "node dist/index.js",
"type-check": "tsc --noEmit"
},