Update package.json

This commit is contained in:
Matt 2022-11-08 08:56:12 -06:00 committed by GitHub
parent 4a83f9504d
commit 72932aed1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@
"start": "next start",
"lint": "next lint",
"preview": "next build && next start",
"vercel-build": "prisma generate && next build"
"vercel-build": "prisma generate && next build",
"postinstall": "prisma generate"
},
"dependencies": {
"@editorjs/code": "^2.7.0",