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 0d5d1c1 commit a1b0226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon .",
"build": "esbuild src/server.js --bundle --outdir=build",
"build": "esbuild src/server.js --bundle --format=cjs --platform=node --outdir=build",
"postinstall": "npm run build"
},
"engines": {
Expand Down

0 comments on commit a1b0226

Please sign in to comment.