mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 07:55:57 +00:00
fix(build): fix build command typo in vercel config for successful ci/cd
This commit is contained in:
parent
420e9bf281
commit
4b6a133279
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user