mirror of https://github.com/zulip/zulip.git
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
./tools/convert-help-center-docs-to-mdx
|
||
|
(cd ./help-beta/ && /usr/local/bin/corepack pnpm build)
|