Skip to content

Commit

Permalink
chore: add missing language fences to CONTRIBUTING.md (#9671)
Browse files Browse the repository at this point in the history
### Description

This PR improves the file via the use of language fences, ensuring that
the GFM pre-processor will highlight the code correctly.
  • Loading branch information
NotNotARobot authored Jan 3, 2025
1 parent 9368694 commit f3e4a7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ cargo test -p <module>

- Updating integration tests

```
```bash
turbo run build --filter=cli
pnpm --filter turborepo-tests-integration test:interactive
```

You can pass a test name to run a single test, or a directory to run all tests in that directory.

```
```bash
pnpm --filter turborepo-tests-integration test:interactive tests/turbo-help.t
```

Expand Down Expand Up @@ -226,7 +226,7 @@ Once you've created your example (with prior approval, as discussed above), you

To test out the experience of your example with `create-turbo`, run `create-turbo` with the `--example` flag pointed to a URL to your example's source code:

```
```bash
npx create-turbo@latest --example https://github.com/your-org/your-repo/tree/your-branch/...
```

Expand Down

0 comments on commit f3e4a7d

Please sign in to comment.