mirror of
https://github.com/p-stream/backend.git
synced 2026-05-06 10:10:07 +00:00
Add postinstall script to package.json
This commit is contained in:
parent
634a958341
commit
e25606ef36
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"private": true,
|
||||
"version": "2.1.3",
|
||||
"scripts": {
|
||||
"postinstall": "prisma generate",
|
||||
"build": "nitro build",
|
||||
"dev": "nitro dev",
|
||||
"prepare": "nitro prepare",
|
||||
|
|
|
|||
Loading…
Reference in a new issue