mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 22:46:32 +00:00
fix(vercel): add production installation command override with --no-frozen-lockfile flag to ignore exisiting lock file for preventing installation error that causes mismatched package config & lockfile config on vercel
This commit is contained in:
parent
98fa14c9f0
commit
7030e3807a
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "pnpm i",
|
"installCommand": "pnpm i --no-frozen-lockfile",
|
||||||
"buildCommand": "pnpm build",
|
"buildCommand": "pnpm build",
|
||||||
"devCommand": "pnpm dev",
|
"devCommand": "pnpm dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user