Skip to content

Commit

Permalink
Update docs/repo-docs/reference/configuration.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Jul 12, 2024
1 parent 9b521ea commit 8a8af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repo-docs/reference/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Turborepo uses your repository's lockfile to determine caching behavior, [Packag

To help with incremental migration or in situations where you can't use the `packageManager` field, you may use `--dangerously-disable-package-manager-check` to opt out of this check and assume the risks of unstable lockfiles producing unpredictable behavior.

```jsonc title="./apps/web/turbo.json"
```jsonc title="./turbo.json"
{
"dangerouslyDisablePackageManagerCheck": true
}
Expand Down

0 comments on commit 8a8af2e

Please sign in to comment.