Skip to content

Commit ea7594c

Browse files
committed
CRUD of the blog is completed
1 parent 93dd099 commit ea7594c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dev": "next dev",
77
"build": "npx prisma generate && next build",
88
"start": "next start",
9+
"postinstall": "prisma generate",
910
"lint": "next lint",
1011
"test": "jest",
1112
"test:watch": "jest --watchAll"

0 commit comments

Comments
 (0)