@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.
- 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.88.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1667360527523.js → preview-1667620089698.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.86.tgz +0 -0
package/cli-reference.json
CHANGED
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 |
|
package/dist/cli-reference.json
CHANGED
|
@@ -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"
|