Skip to content

Commit

Permalink
gh-pages add
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomuzaber committed Dec 17, 2023
1 parent d857e55 commit 0d5d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d5d1c1

Please sign in to comment.