diff --git a/package.json b/package.json index fbff0f1..430d080 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "build-and-start": "npm run build && npm run start" }, "dependencies": { "@radix-ui/react-slot": "^1.1.1",