Commit 42198965 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

add command

parent 6a92ad20
...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment