💚 Fix turbo build for missing env
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "NEXTAUTH_SECRET=WILL_BE_OVERWRITTEN next build",
|
"build": "NEXTAUTH_SECRET=WILL_BE_OVERWRITTEN next build",
|
||||||
"analyze": "ANALYZE=true next build",
|
"analyze": "ANALYZE=true next build",
|
||||||
"turbo": "turbo run build",
|
"turbo": "DATABASE_URL=WILL_BE_OVERWRITTEN NEXTAUTH_URL=WILL_BE_OVERWRITTEN turbo run build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"export": "next build && next export",
|
"export": "next build && next export",
|
||||||
|
|||||||
Reference in New Issue
Block a user