diff --git a/package.json b/package.json index a7c1ff4..e543935 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && yarn export", + "build": "next build", "start": "next start", "export": "next export", "test:integration": "cypress run",