mirror of
https://github.com/p-stream/backend.git
synced 2026-05-14 03:20:36 +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,
|
"private": true,
|
||||||
"version": "2.1.3",
|
"version": "2.1.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"postinstall": "prisma generate",
|
||||||
"build": "nitro build",
|
"build": "nitro build",
|
||||||
"dev": "nitro dev",
|
"dev": "nitro dev",
|
||||||
"prepare": "nitro prepare",
|
"prepare": "nitro prepare",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue