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