Update package.json

This commit is contained in:
dum 2025-12-27 19:38:20 +05:30 committed by GitHub
parent e25606ef36
commit af42edb603
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
"private": true,
"version": "2.1.3",
"scripts": {
"postinstall": "prisma generate",
"postinstall": "nuxt prepare && prisma generate",
"build": "nitro build",
"dev": "nitro dev",
"prepare": "nitro prepare",