mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
Update package.json
This commit is contained in:
parent
4a83f9504d
commit
72932aed1e
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue