mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:25:55 +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",
|
||||
"buildCommand": "yarn docs:build",
|
||||
"devCommand": "yarn docs:dev",
|
||||
"cleanUrls": true,
|
||||
"framework": "vite",
|
||||
"git": {
|
||||
"deploymentEnabled": {
|
||||
"master": true,
|
||||
"gh-pages": false
|
||||
"installCommand": "pnpm install --frozen-lockfile",
|
||||
"buildCommand": "pnpm docs:build",
|
||||
"devCommand": "pnpm docs:dev",
|
||||
"cleanUrls": true,
|
||||
"framework": "vite",
|
||||
"git": {
|
||||
"deploymentEnabled": {
|
||||
"master": true,
|
||||
"gh-pages": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user