From 2615f8e0ae6cf2bc4333253718956c06c0207253 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 5 Aug 2023 12:18:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Remove=20run=20param=20from=20tu?= =?UTF-8?q?rbo=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d4f00698..98065dfdd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dev": "next dev", "build": "NEXTAUTH_SECRET=WILL_BE_OVERWRITTEN next build", "analyze": "ANALYZE=true next build", - "turbo": "DATABASE_URL=file:WILL_BE_OVERWRITTEN.sqlite NEXTAUTH_URL=http://WILL_BE_OVERWRITTEN turbo run build", + "turbo": "DATABASE_URL=file:WILL_BE_OVERWRITTEN.sqlite NEXTAUTH_URL=http://WILL_BE_OVERWRITTEN turbo build", "start": "next start", "typecheck": "tsc --noEmit", "export": "next build && next export",