diff options
-rw-r--r-- | docs/guides/install/yarnlock.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/install/yarnlock.md b/docs/guides/install/yarnlock.md index 898df634d..a9e8c8521 100644 --- a/docs/guides/install/yarnlock.md +++ b/docs/guides/install/yarnlock.md @@ -17,7 +17,7 @@ $ bun install --yarn To set this as the default behavior, add the following to your `bunfig.toml` file. ```toml#bunfig.toml -[install] +[install.lockfile] print = "yarn" ``` |