From c2fff460e06cfce969ccd0e841e34ac27cdc9bba Mon Sep 17 00:00:00 2001 From: koeeenig Date: Tue, 21 Nov 2023 13:02:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Make=20install=20script=20execut?= =?UTF-8?q?able?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 3d8644a..961e978 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "buildCommand": "dotnet build ./src/BlazeKit.Site -c Release ; dotnet publish ./src/BlazeKit.Site -c Release", - "installCommand": "./install.sh", + "installCommand": "chmod +x ./install.sh ; ./install.sh", "outputDirectory": ".vercel/output/static", "rewrites": [ {