From 0ea59b4c93e2fa285955e9129b3f219b07e30779 Mon Sep 17 00:00:00 2001 From: "Tiramify (A.K. Daniel)" <94789999+TiranexDev@users.noreply.github.com> Date: Sun, 30 Jul 2023 15:41:51 +0200 Subject: Update install.md (#3890) --- docs/cli/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cli') diff --git a/docs/cli/install.md b/docs/cli/install.md index 584350a42..02f095d61 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -40,7 +40,7 @@ On Linux, `bun install` tends to install packages 20-100x faster than `npm insta Running `bun install` will: - **Install** all `dependencies`, `devDependencies`, and `optionalDependencies`. Bun does not install `peerDependencies` by default. -- **Run** your project's `{pre|post}install` scripts at the appropriate time. For security reasons Bun _does not execute_ lifecycle scripts of installed dependencies. +- **Run** your project's `{pre|post}install` and `{pre|post}prepare` scripts at the appropriate time. For security reasons Bun _does not execute_ lifecycle scripts of installed dependencies. - **Write** a `bun.lockb` lockfile to the project root. To install in production mode (i.e. without `devDependencies`): -- cgit v1.2.3