💚 Fix ci build

This commit is contained in:
Manuel
2023-08-05 00:45:58 +02:00
parent c0b836f2a4
commit f3082c5c7d
4 changed files with 11 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
},
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "NEXTAUTH_SECRET=WILL_BE_OVERWRITTEN next build",
"analyze": "ANALYZE=true next build",
"turbo": "turbo run build",
"start": "next start",