Skip to content

Commit

Permalink
added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalvagno committed Jul 30, 2024
1 parent a32919e commit 414bfcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dev": "nodemon --watch . --ext js,yaml --exec node --ignore '*.test.js' app.js",
"prisma.format": "npx prisma format",
"prisma.generate": "npx prisma generate",
"prisma.dbpush": "npx prisma db push"
"prisma.dbpush": "npx prisma db push",
"build": "next build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 414bfcb

Please sign in to comment.