@teambit/harmony.content.cli-reference 1.95.116 → 1.95.117

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1577,6 +1577,11 @@
1577
1577
  "",
1578
1578
  "add-missing-peers [addMissingPeers]",
1579
1579
  "install all missing peer dependencies"
1580
+ ],
1581
+ [
1582
+ "",
1583
+ "no-optional [noOptional]",
1584
+ "do not install optional dependencies (works with pnpm only)"
1580
1585
  ]
1581
1586
  ],
1582
1587
  "description": "installs workspace dependencies",
package/cli-reference.mdx CHANGED
@@ -742,6 +742,7 @@ when no package is specified, all workspace dependencies are installed and all w
742
742
  | `--skip-import [skipImport]` | | do not import bit objects post installation |
743
743
  | `--skip-compile [skipCompile]` | | do not compile components |
744
744
  | `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
745
+ | `--no-optional [noOptional]` | | do not install optional dependencies (works with pnpm only) |
745
746
 
746
747
  ---
747
748
 
@@ -1577,6 +1577,11 @@
1577
1577
  "",
1578
1578
  "add-missing-peers [addMissingPeers]",
1579
1579
  "install all missing peer dependencies"
1580
+ ],
1581
+ [
1582
+ "",
1583
+ "no-optional [noOptional]",
1584
+ "do not install optional dependencies (works with pnpm only)"
1580
1585
  ]
1581
1586
  ],
1582
1587
  "description": "installs workspace dependencies",
@@ -3324,7 +3324,20 @@ function MDXContent(_ref) {
3324
3324
  }), (0, _react2.mdx)("td", {
3325
3325
  parentName: "tr",
3326
3326
  "align": null
3327
- }, "install all missing peer dependencies")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "link"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
3327
+ }, "install all missing peer dependencies")), (0, _react2.mdx)("tr", {
3328
+ parentName: "tbody"
3329
+ }, (0, _react2.mdx)("td", {
3330
+ parentName: "tr",
3331
+ "align": null
3332
+ }, (0, _react2.mdx)("inlineCode", {
3333
+ parentName: "td"
3334
+ }, "--no-optional [noOptional]")), (0, _react2.mdx)("td", {
3335
+ parentName: "tr",
3336
+ "align": "center"
3337
+ }), (0, _react2.mdx)("td", {
3338
+ parentName: "tr",
3339
+ "align": null
3340
+ }, "do not install optional dependencies (works with pnpm only)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "link"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
3328
3341
  parentName: "p"
3329
3342
  }, "Workspace only"), ": yes", (0, _react2.mdx)("br", {
3330
3343
  parentName: "p"