mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix: use pnpm instead of yarn manager in production for vercel builds
This commit is contained in:
parent
51d5fc7f0c
commit
51c236a908
21
vercel.json
21
vercel.json
@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "yarn install --frozen-lockfile",
|
"installCommand": "pnpm install --frozen-lockfile",
|
||||||
"buildCommand": "yarn docs:build",
|
"buildCommand": "pnpm docs:build",
|
||||||
"devCommand": "yarn docs:dev",
|
"devCommand": "pnpm docs:dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"framework": "vite",
|
"framework": "vite",
|
||||||
"git": {
|
"git": {
|
||||||
"deploymentEnabled": {
|
"deploymentEnabled": {
|
||||||
"master": true,
|
"master": true,
|
||||||
"gh-pages": false
|
"gh-pages": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user