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

@@ -40,7 +40,8 @@
"scripts": {
"test": "node --import tsx --test ./**/*.test.ts",
"dev": "echo \" Shared no es un modulo ejecutable \" ",
"build": "tsc --build && tsc-alias -p tsconfig.json && cp package.json ../../dist/packages/sim-shared/"
"build": "tsc --build && tsc-alias -p tsconfig.json && cp package.json ../../dist/packages/sim-shared/",
"build:prod": "yarn build"
},
"author": "",
"license": "ISC",