diff --git a/vercel.json b/vercel.json index 6c0af8e5..e3dd415a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,13 +1,14 @@ { - "installCommand": "yarn install --frozen-lockfile", - "buildCommand": "yarn docs:build", - "devCommand": "yarn docs:dev", - "cleanUrls": true, - "framework": "vite", - "git": { - "deploymentEnabled": { - "master": true, - "gh-pages": false + "installCommand": "pnpm install --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