Skip to content

Commit fe5c3ad

Browse files
authored
docs: fix
1 parent c817778 commit fe5c3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "pnpm deploy"
55

66
Deploy a package from a workspace. During deployment, the files of the deployed package are copied to the target directory. All dependencies of the deployed package, including dependencies from the workspace, are installed inside an isolated `node_modules` directory at the target directory. The target directory will contain a portable package that can be copied to a server and executed without additional steps.
77

8-
Since pnpm v10, `deploy` requires the `injected-workspace-dependencies` setting to be set to `true`.
8+
From pnpm v10.0.0 to v10.2.1, `deploy` requires the `injected-workspace-dependencies` setting to be set to `true`. From pnpm v10.2.1 onward, `injected-workspace-dependencies=true` is only required for lockfile deploy.
99

1010
Usage:
1111

0 commit comments

Comments
 (0)