🖨️ Add prisma deploy script
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
"scripts": {
|
||||
"dev": "dotenv -e ../../.env next dev",
|
||||
"build": "next build",
|
||||
"build:prod": "yarn workspace @typebot/prisma deploy && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"cypress": "cypress open"
|
||||
|
Reference in New Issue
Block a user