mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
fix: update installation command to default pnpm install for all deps in vercel build config
This commit is contained in:
parent
d49553a9bd
commit
2b35f86a23
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "pnpm install --no-frozen-lockfile",
|
"installCommand": "pnpm i",
|
||||||
"buildCommand": "pnpm docs:build",
|
"buildCommand": "pnpm docs:build",
|
||||||
"devCommand": "pnpm docs:dev",
|
"devCommand": "pnpm docs:dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user