From 6ab087c1eae12da389a9b8c705701fb95935684b Mon Sep 17 00:00:00 2001 From: Daniel Sinclair Date: Wed, 3 Jan 2024 17:44:32 -0500 Subject: [PATCH] fix: remove build script --- examples/with-next-app-i18n/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },