mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:55:55 +00:00
fix: add flags options to not install deps using lockfiles
This commit is contained in:
parent
788c1bffb4
commit
0e7892e1f2
21
vercel.json
21
vercel.json
@ -1,14 +1,13 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "pnpm install --frozen-lockfile",
|
"installCommand": "pnpm install --no-frozen-lockfile",
|
||||||
"buildCommand": "pnpm docs:build",
|
"buildCommand": "pnpm docs:build",
|
||||||
"devCommand": "pnpm 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