diff --git a/vercel.json b/vercel.json index e3dd415a..b7116e75 100644 --- a/vercel.json +++ b/vercel.json @@ -1,14 +1,13 @@ { - "installCommand": "pnpm install --frozen-lockfile", - "buildCommand": "pnpm docs:build", - "devCommand": "pnpm docs:dev", - "cleanUrls": true, - "framework": "vite", - "git": { - "deploymentEnabled": { - "master": true, - "gh-pages": false - } + "installCommand": "pnpm install --no-frozen-lockfile", + "buildCommand": "pnpm docs:build", + "devCommand": "pnpm docs:dev", + "cleanUrls": true, + "framework": "vite", + "git": { + "deploymentEnabled": { + "master": true, + "gh-pages": false } } - \ No newline at end of file +}