diff --git a/package.json b/package.json index 987ccf8..6cc9bbe 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "dev": "next dev --port 3445", "build": "next build", + "start": "npm install && npm run build && next start", "export": "next build && npx serve out" }, "dependencies": {