@teambit/harmony.content.cli-reference 1.95.92 → 1.95.94
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/package-tar/teambit-harmony.content.cli-reference-1.95.94.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1668742368892.js → preview-1669001143838.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.92.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1796,6 +1796,11 @@
|
|
|
1796
1796
|
"skip-import [skipImport]",
|
|
1797
1797
|
"do not import bit objects post installation"
|
|
1798
1798
|
],
|
|
1799
|
+
[
|
|
1800
|
+
"",
|
|
1801
|
+
"skip-compile [skipCompile]",
|
|
1802
|
+
"do not compile components"
|
|
1803
|
+
],
|
|
1799
1804
|
[
|
|
1800
1805
|
"",
|
|
1801
1806
|
"add-missing-peers [addMissingPeers]",
|
package/cli-reference.mdx
CHANGED
|
@@ -719,6 +719,7 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
719
719
|
| `--save-prefix [savePrefix]` | | set the prefix to use when adding dependency to workspace.jsonc |
|
|
720
720
|
| `--skip-dedupe [skipDedupe]` | | do not dedupe dependencies on installation |
|
|
721
721
|
| `--skip-import [skipImport]` | | do not import bit objects post installation |
|
|
722
|
+
| `--skip-compile [skipCompile]` | | do not compile components |
|
|
722
723
|
| `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
|
|
723
724
|
|
|
724
725
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -1796,6 +1796,11 @@
|
|
|
1796
1796
|
"skip-import [skipImport]",
|
|
1797
1797
|
"do not import bit objects post installation"
|
|
1798
1798
|
],
|
|
1799
|
+
[
|
|
1800
|
+
"",
|
|
1801
|
+
"skip-compile [skipCompile]",
|
|
1802
|
+
"do not compile components"
|
|
1803
|
+
],
|
|
1799
1804
|
[
|
|
1800
1805
|
"",
|
|
1801
1806
|
"add-missing-peers [addMissingPeers]",
|
|
@@ -3229,6 +3229,19 @@ function MDXContent(_ref) {
|
|
|
3229
3229
|
"align": null
|
|
3230
3230
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3231
3231
|
parentName: "td"
|
|
3232
|
+
}, "--skip-compile [skipCompile]")), (0, _react2.mdx)("td", {
|
|
3233
|
+
parentName: "tr",
|
|
3234
|
+
"align": "center"
|
|
3235
|
+
}), (0, _react2.mdx)("td", {
|
|
3236
|
+
parentName: "tr",
|
|
3237
|
+
"align": null
|
|
3238
|
+
}, "do not compile components")), (0, _react2.mdx)("tr", {
|
|
3239
|
+
parentName: "tbody"
|
|
3240
|
+
}, (0, _react2.mdx)("td", {
|
|
3241
|
+
parentName: "tr",
|
|
3242
|
+
"align": null
|
|
3243
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3244
|
+
parentName: "td"
|
|
3232
3245
|
}, "--add-missing-peers [addMissingPeers]")), (0, _react2.mdx)("td", {
|
|
3233
3246
|
parentName: "tr",
|
|
3234
3247
|
"align": "center"
|