Add postinstall script to package.json

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

View file

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