fix(build): fix build command typo in vercel config for successful ci/cd

This commit is contained in:
Anda Toshiki 2023-03-02 15:19:14 +08:00
parent 420e9bf281
commit 4b6a133279

View File

@ -1,6 +1,6 @@
{ {
"installCommand": "yarn install --frozen-lockfile", "installCommand": "yarn install --frozen-lockfile",
"buildCommand": "yarn docs:biuld", "buildCommand": "yarn docs:build",
"devCommand": "yarn docs:dev", "devCommand": "yarn docs:dev",
"cleanUrls": true, "cleanUrls": true,
"framework": "vite", "framework": "vite",