Files
zulip/tools/build-help-center
Shubham Padia 7dfe68e0a2 run-dev: Add option to host help center with starlight.
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.
2024-08-02 18:18:01 -07:00

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)