From d55f5eac5d6eb9fdc926353113698cd2db645b7f Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 29 May 2025 17:57:18 -0400 Subject: [PATCH] use bash --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 44df62c9e..57b937ef5 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", "outputDirectory": "packages/webawesome/_site", - "buildCommand": "./vercel.sh" + "buildCommand": "bash ./vercel.sh" }