Update docs for bun.lock (#16585)

This commit is contained in:
pfg
2025-01-21 22:09:23 -08:00
committed by GitHub
parent 5d98e64fd6
commit b0c5a7655d
15 changed files with 36 additions and 124 deletions

View File

@@ -37,7 +37,7 @@ Once this is added, run a fresh install. Bun will re-install your dependencies a
```sh
$ rm -rf node_modules
$ rm bun.lockb
$ rm bun.lock
$ bun install
```