diff --git a/package.json b/package.json index 9663700..8270ef7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && next export", + "build": "next build", "start": "next start", "lint": "next lint", "lintf": "next lint --fix"