Skip to content

Commit

Permalink
ci: 💚 add prisma as devdep and postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosazaustre committed Jul 8, 2021
1 parent 355aef6 commit f8dabca
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "next build",
"start": "next start",
Expand Down Expand Up @@ -35,6 +36,7 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.1",
"prettier": "^2.3.2",
"prisma": "^2.26.0",
"react-hook-form": "^7.10.1"
},
"repository": {
Expand Down

1 comment on commit f8dabca

@vercel
Copy link

@vercel vercel bot commented on f8dabca Jul 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.