Skip to content

Commit

Permalink
馃摑 Remove duplicate pnpm in Vercel deploy docs (#1261)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Simplified the build process for Vercel deployment by removing a
redundant command.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
sebiweise committed Feb 19, 2024
1 parent 18c0445 commit 3ddc24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/self-hosting/deploy/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you deploy on a Vercel Hobby plan, you will need to reduce the `maxDuration`
5. Change the build command to:

```sh
cd ../.. && pnpm pnpm turbo build --filter=viewer... && pnpm db:migrate
cd ../.. && pnpm turbo build --filter=viewer... && pnpm db:migrate
```

6. Add the required environment variables ([Check out the configuration guide](/self-hosting/configuration))
Expand Down

0 comments on commit 3ddc24e

Please sign in to comment.