Scripts distintos para prod

This commit is contained in:
2026-05-11 12:51:13 +02:00
parent 9e6877c329
commit 44bbc8f17c
8 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
"scripts": {
"test": "node --import tsx --test ./**/*.test.ts",
"build": "tsc --build && tsc-alias -p tsconfig.json && cp package.json ../../dist/packages/sim-entrada-eventos/",
"build:prod": "yarn build",
"dev": "tsx watch index.ts",
"start": "node ../../dist/packages/sim-entrada-eventos/index.js"
},