Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-Lyard authored Aug 10, 2024
1 parent a9afa6c commit 3cf0598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"db:reset": "DATABASE_URL=postgresql://admin:password123@localhost:5435/tournament?schema=public npx prisma db seed npx prisma migrate reset",
"build": "tsc && cp -R src/views dist/src/",
"start:prod": "node dist/src/app.js",
"test": "jest"
"test": "jest",
"postinstall": "prisma generate"
},
"prisma": {
"seed": "ts-node-dev prisma/seed.ts"
Expand Down

0 comments on commit 3cf0598

Please sign in to comment.