@teambit/harmony.content.cli-reference 1.95.144 → 1.95.145
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.
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1683928154685.js → preview-1684121327240.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.145.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.144.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1762,6 +1762,11 @@
|
|
|
1762
1762
|
"skip-compile [skipCompile]",
|
|
1763
1763
|
"do not compile components"
|
|
1764
1764
|
],
|
|
1765
|
+
[
|
|
1766
|
+
"",
|
|
1767
|
+
"add-missing-deps [addMissingDeps]",
|
|
1768
|
+
"install all missing dependencies"
|
|
1769
|
+
],
|
|
1765
1770
|
[
|
|
1766
1771
|
"",
|
|
1767
1772
|
"add-missing-peers [addMissingPeers]",
|
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-dedupe [skipDedupe]` | | do not dedupe dependencies on installation |
|
|
743
743
|
| `--skip-import [skipImport]` | | do not import bit objects post installation |
|
|
744
744
|
| `--skip-compile [skipCompile]` | | do not compile components |
|
|
745
|
+
| `--add-missing-deps [addMissingDeps]` | | install all missing dependencies |
|
|
745
746
|
| `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
|
|
746
747
|
| `--no-optional [noOptional]` | | do not install optional dependencies (works with pnpm only) |
|
|
747
748
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1762,6 +1762,11 @@
|
|
|
1762
1762
|
"skip-compile [skipCompile]",
|
|
1763
1763
|
"do not compile components"
|
|
1764
1764
|
],
|
|
1765
|
+
[
|
|
1766
|
+
"",
|
|
1767
|
+
"add-missing-deps [addMissingDeps]",
|
|
1768
|
+
"install all missing dependencies"
|
|
1769
|
+
],
|
|
1765
1770
|
[
|
|
1766
1771
|
"",
|
|
1767
1772
|
"add-missing-peers [addMissingPeers]",
|
|
@@ -3342,6 +3342,19 @@ function MDXContent(_ref) {
|
|
|
3342
3342
|
"align": null
|
|
3343
3343
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3344
3344
|
parentName: "td"
|
|
3345
|
+
}, "--add-missing-deps [addMissingDeps]")), (0, _react2.mdx)("td", {
|
|
3346
|
+
parentName: "tr",
|
|
3347
|
+
"align": "center"
|
|
3348
|
+
}), (0, _react2.mdx)("td", {
|
|
3349
|
+
parentName: "tr",
|
|
3350
|
+
"align": null
|
|
3351
|
+
}, "install all missing dependencies")), (0, _react2.mdx)("tr", {
|
|
3352
|
+
parentName: "tbody"
|
|
3353
|
+
}, (0, _react2.mdx)("td", {
|
|
3354
|
+
parentName: "tr",
|
|
3355
|
+
"align": null
|
|
3356
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3357
|
+
parentName: "td"
|
|
3345
3358
|
}, "--add-missing-peers [addMissingPeers]")), (0, _react2.mdx)("td", {
|
|
3346
3359
|
parentName: "tr",
|
|
3347
3360
|
"align": "center"
|