Skip to content

Commit

Permalink
Removed redundant scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
git-init-priyanshu committed Aug 18, 2024
1 parent 21a1454 commit 53344c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"db:migrate": "npx prisma migrate",
"db:generate": "npx prisma generate",
"db:run": "npm run db:migrate && npm run db:generate",
"start:socket-server": "HOST=localhost node ./socket-server/server.js",
"install:prod": "npm i && npm run db:run && npm run start:socket-server"
"install:prod": "npm i && npm run db:run"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
Expand Down

0 comments on commit 53344c5

Please sign in to comment.