Skip to content

Commit

Permalink
chore: update vercel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Feb 4, 2024
1 parent 3812068 commit 7aba46d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/website/src/pages/docs/pro/deployments/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ follow these steps to deploy the monorepo to Vercel.
2. Connect your GitHub account.
3. Find the repository you want to deploy and click `import`.
4. Select `apps/web` as the root directory.
5. Override the build command with;
5. Make sure `Include source files outside of the Root Directory in the Build Step.` is checked.
6. Override the build command with;

```bash
cd ../.. && yarn generate && yarn workspace web run build
cd ../.. && yarn workspace web run build
```

6. Override the install command with;
Expand Down

0 comments on commit 7aba46d

Please sign in to comment.