💚 Remove run param from turbo build

This commit is contained in:
Manuel
2023-08-05 12:18:50 +02:00
parent 0455db61af
commit 2615f8e0ae

View File

@@ -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",