Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
ci: build prisma client
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-sanare committed Jun 14, 2023
1 parent 72cd45b commit c5c412f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
"postinstall": "netlify link --name rain-silvy",
"start": "next dev",
"start:prod": "next start",
"build": "next build",
"build:prisma": "prisma generate",
"build:next": "next build",
"build": "npm run build:prisma && npm run build:next",
"lint": "eslint src/**/*.tsx",
"pull": "netlify env:list --json > .env.json",
"test": "jest --coverage=false",
"test:coverage": "jest --coverage",
"test:coverage": "npm run build:prisma && jest --coverage",
"deploy:database": "npm run deploy:database:live && prisma generate",
"deploy:database:live": "prisma db push"
},
Expand Down

0 comments on commit c5c412f

Please sign in to comment.