From 10d25baf748c12f10f1adb4a8ce1185eac6c9351 Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Tue, 31 Dec 2024 11:32:05 -0800 Subject: [PATCH] fix position --- docs/install/lockfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/lockfile.md b/docs/install/lockfile.md index 315b90f48d7194..01df57fe0f1add 100644 --- a/docs/install/lockfile.md +++ b/docs/install/lockfile.md @@ -72,6 +72,8 @@ $ bun install --yarn print = "yarn" ``` +{% /codetabs %} + ### Text-based lockfile Bun v1.1.39 introduced `bun.lock`, a JSONC formatted lockfile. `bun.lock` is human-readable and git-diffable without configuration, at [no cost to performance](https://bun.sh/blog/bun-lock-text-lockfile#cached-bun-install-gets-30-faster). @@ -90,8 +92,6 @@ Once `bun.lock` is generated, Bun will use it for all subsequent installs and up Bun v1.2.0 will switch the default lockfile format to `bun.lock`. -{% /codetabs %} - {% details summary="Configuring lockfile" %} ```toml