mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +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
|