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