mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +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",
|
"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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user