From 4b6a133279e951b1db265691fdc28bc4e3586c64 Mon Sep 17 00:00:00 2001 From: Anda Toshiki Date: Thu, 2 Mar 2023 15:19:14 +0800 Subject: [PATCH] fix(build): fix build command typo in vercel config for successful ci/cd --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 51b147d3..6c0af8e5 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,6 @@ { "installCommand": "yarn install --frozen-lockfile", - "buildCommand": "yarn docs:biuld", + "buildCommand": "yarn docs:build", "devCommand": "yarn docs:dev", "cleanUrls": true, "framework": "vite",