diff --git a/penfield/vercel.json b/penfield/vercel.json index 16d1854..b79cfde 100644 --- a/penfield/vercel.json +++ b/penfield/vercel.json @@ -1,3 +1,5 @@ { - "ignoreCommand": "git diff HEAD^ HEAD --quiet -- ." + "installCommand": "pnpm install", + "buildCommand": "pnpm --filter @ily/penfield build", + "outputDirectory": "dist" }