@teambit/harmony.content.cli-reference 1.95.86 → 1.95.88

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.
@@ -843,6 +843,11 @@
843
843
  "rebuild",
844
844
  "rebuild the UI"
845
845
  ],
846
+ [
847
+ "",
848
+ "skip-ui-build",
849
+ "skip building UI"
850
+ ],
846
851
  [
847
852
  "v",
848
853
  "verbose",
package/cli-reference.mdx CHANGED
@@ -1148,6 +1148,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1148
1148
  | `--dev` | `-d` | start UI server in dev mode. |
1149
1149
  | `--port [port-number]` | `-p` | port of the UI server. |
1150
1150
  | `--rebuild` | `-r` | rebuild the UI |
1151
+ | `--skip-ui-build` | | skip building UI |
1151
1152
  | `--verbose` | `-v` | show verbose output for inspection and prints stack trace |
1152
1153
  | `--no-browser` | | do not automatically open browser when ready |
1153
1154
  | `--skip-compilation` | | skip the auto-compilation before starting the web-server |
@@ -843,6 +843,11 @@
843
843
  "rebuild",
844
844
  "rebuild the UI"
845
845
  ],
846
+ [
847
+ "",
848
+ "skip-ui-build",
849
+ "skip building UI"
850
+ ],
846
851
  [
847
852
  "v",
848
853
  "verbose",
@@ -5093,6 +5093,19 @@ function MDXContent(_ref) {
5093
5093
  "align": null
5094
5094
  }, (0, _react2.mdx)("inlineCode", {
5095
5095
  parentName: "td"
5096
+ }, "--skip-ui-build")), (0, _react2.mdx)("td", {
5097
+ parentName: "tr",
5098
+ "align": "center"
5099
+ }), (0, _react2.mdx)("td", {
5100
+ parentName: "tr",
5101
+ "align": null
5102
+ }, "skip building UI")), (0, _react2.mdx)("tr", {
5103
+ parentName: "tbody"
5104
+ }, (0, _react2.mdx)("td", {
5105
+ parentName: "tr",
5106
+ "align": null
5107
+ }, (0, _react2.mdx)("inlineCode", {
5108
+ parentName: "td"
5096
5109
  }, "--verbose")), (0, _react2.mdx)("td", {
5097
5110
  parentName: "tr",
5098
5111
  "align": "center"