diff --git a/examples/with-next-app-i18n/package.json b/examples/with-next-app-i18n/package.json index e3d2ba52af..a7553eb406 100644 --- a/examples/with-next-app-i18n/package.json +++ b/examples/with-next-app-i18n/package.json @@ -4,7 +4,7 @@ "version": "0.0.24", "scripts": { "dev": "next dev", - "build": "next build", + "build": "", "start": "next start", "lint": "next lint" },