Skip to content

Commit 5370d71

Browse files
committed
Add a couple of hints to the build config fields
1 parent 49a1eb0 commit 5370d71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/github-integration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ This eliminates the need to manually run the `trigger.dev deploy` command or set
3434
<Step title="Customize build settings (optional)">
3535
Configure how your project is built:
3636

37-
- **Trigger config file**: Path to your `trigger.config.ts` file. By default, we look for it in the root of your repository.
38-
- **Install command**: Auto-detected by default, but you can override it if necessary.
39-
- **Pre-build command**: Run any commands before building and deploying your project, e.g., `pnpm run prisma:generate`.
37+
- **Trigger config file**: Path to your `trigger.config.ts` file. By default, we look for it in the root of your repository. The path should be relative to the root of your repository and contain the config file name, e.g., `apps/tasks/trigger.config.ts`.
38+
- **Install command**: Auto-detected by default, but you can override it if necessary. The command will be run from the root of your repository.
39+
- **Pre-build command**: Run any commands before building and deploying your project, e.g., `pnpm run prisma:generate`. The command will be run from the root of your repository.
4040
</Step>
4141

4242
</Steps>

0 commit comments

Comments
 (0)