diff --git a/vercel.json b/vercel.json index dfa25e1..34a12a3 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,5 @@ { + "installCommand": "npm install && cd website && npm install", + "buildCommand": "cd website && npm run build", "outputDirectory": "website" } \ No newline at end of file