@teambit/harmony.content.cli-reference 2.0.457 → 2.0.458
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.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -5137,6 +5137,16 @@
|
|
|
5137
5137
|
"",
|
|
5138
5138
|
"save-locally",
|
|
5139
5139
|
"save the signed components locally on the bare-scope for debugging purposes"
|
|
5140
|
+
],
|
|
5141
|
+
[
|
|
5142
|
+
"",
|
|
5143
|
+
"reuse-capsules",
|
|
5144
|
+
"avoid deleting the capsules root-dir before starting the build"
|
|
5145
|
+
],
|
|
5146
|
+
[
|
|
5147
|
+
"",
|
|
5148
|
+
"tasks <string>",
|
|
5149
|
+
"build the specified task(s) only. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
5140
5150
|
]
|
|
5141
5151
|
],
|
|
5142
5152
|
"description": "complete the build process for components",
|
package/dist/cli-reference.json
CHANGED
|
@@ -5137,6 +5137,16 @@
|
|
|
5137
5137
|
"",
|
|
5138
5138
|
"save-locally",
|
|
5139
5139
|
"save the signed components locally on the bare-scope for debugging purposes"
|
|
5140
|
+
],
|
|
5141
|
+
[
|
|
5142
|
+
"",
|
|
5143
|
+
"reuse-capsules",
|
|
5144
|
+
"avoid deleting the capsules root-dir before starting the build"
|
|
5145
|
+
],
|
|
5146
|
+
[
|
|
5147
|
+
"",
|
|
5148
|
+
"tasks <string>",
|
|
5149
|
+
"build the specified task(s) only. for multiple tasks, separate by a comma and wrap with quotes.\nspecify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
|
|
5140
5150
|
]
|
|
5141
5151
|
],
|
|
5142
5152
|
"description": "complete the build process for components",
|