diff --git a/package.json b/package.json index 109e3da..9b1d8f4 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "start": "node .", "dev": "nodemon .", "build": "esbuild src/server.js --bundle --outdir=build", - "postinstall": "npm run build" // Agregué esta línea para asegurar que se realice la construcción después de instalar dependencias + "postinstall": "npm run build" }, "engines": { "node": "18.x"