diff --git a/vercel.json b/vercel.json index f55b336c..2a5288a0 100644 --- a/vercel.json +++ b/vercel.json @@ -1,8 +1,8 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", - "buildCommand": "npm run build-storybook", - "devCommand": "npm run storybook", - "installCommand": "npm ci", + "buildCommand": "pnpm run build-storybook", + "devCommand": "pnpm run storybook", + "installCommand": "pnpm i", "framework": null, "outputDirectory": "./storybook-static" } \ No newline at end of file