mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-04-29 03:45:07 +08:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(git rev-parse --show-toplevel)"
|
|
rm -rf generated/docs
|
|
pnpm run docs
|