Skip to content

Commit

Permalink
Add command to build prisma too (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lhwhatever authored Oct 24, 2023
1 parent 3982a74 commit 1ac8c70
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 @@ -4,7 +4,7 @@
"db-generate": "prisma generate --schema=./db/schema.prisma",
"db-migrate": "doppler run -- prisma db push --schema=./db/schema.prisma",
"postinstall": "cd backend && npm install && cd ../frontend && npm install",
"build:backend": "cd backend && npm run build",
"build:backend": "npm run db-generate && cd backend && npm run build",
"start:backend": "cd backend && npm start",
"bootcamp-setup": "cp .env.template .env"
},
Expand Down

0 comments on commit 1ac8c70

Please sign in to comment.