mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We also add a script called `build-help-center` that is required to build the starlight documentation. If the `help-beta/dist` dir is not present, `run-dev` will show an error message but will not fail.
5 lines
117 B
Bash
Executable File
5 lines
117 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
./tools/convert-help-center-docs-to-mdx
|
|
(cd ./help-beta/ && /usr/local/bin/corepack pnpm build)
|