Skip to content

Commit

Permalink
use yarn instead of pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar committed Nov 23, 2023
1 parent 69e9004 commit 4c4ba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blade/src/utils/storybook/Sandbox/baseCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const vitePackageJSON = JSON.stringify(
build: 'vite build',
},
stackblitz: {
startCommand: 'pnpm install && pnpm dev',
startCommand: 'yarn install && yarn dev',
installDependencies: false,
},
...getViteReactTSDependencies(),
Expand Down

0 comments on commit 4c4ba34

Please sign in to comment.