diff --git a/package.json b/package.json index cef2569..5aab4b5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && next export", + "build": "next build", "start": "next start", "lint": "next lint" }, @@ -28,4 +28,4 @@ "eslint-config-next": "13.3.0", "typescript": "5.0.4" } -} \ No newline at end of file +}