Skip to content

Commit c817778

Browse files
committed
docs: mention injected-workspace-dependencies
1 parent 925c72d commit c817778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cli/deploy.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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`.
9+
810
Usage:
911

1012
```

0 commit comments

Comments
 (0)