Skip to content

Commit

Permalink
Updating commands to use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
shashilo committed Apr 15, 2024
1 parent 6dd955c commit dfdb807
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit dfdb807

Please sign in to comment.