add command
Showing
... | @@ -13,6 +13,7 @@ | ... | @@ -13,6 +13,7 @@ |
"build": "next build", | "build": "next build", | ||
"b": "next build", | "b": "next build", | ||
"start": "next start", | "start": "next start", | ||
"release": "prisma migrate dev && next build", | |||
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
... | @@ -40,4 +41,4 @@ | ... | @@ -40,4 +41,4 @@ |
"postcss": "latest", | "postcss": "latest", | ||
"tailwindcss": "latest" | "tailwindcss": "latest" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please
register
or
sign in
to comment