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
Some checks are pending
Generate Algolia serach indicies in JSON & push to Algolia / algolia (push) Waiting to run
Build and Deploy Vitepress Doc Pages to GitHub Pages / build-and-deploy (push) Waiting to run

This commit is contained in:
Anda Toshiki 2024-09-15 09:36:18 -07:00
parent 98fa14c9f0
commit 7030e3807a
Signed by: andatoshiki
GPG Key ID: 443A8FB634CF898D

View File

@ -1,5 +1,5 @@
{
"installCommand": "pnpm i",
"installCommand": "pnpm i --no-frozen-lockfile",
"buildCommand": "pnpm build",
"devCommand": "pnpm dev",
"cleanUrls": true,