Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworklabs/SpacetimeDB
/ run_docs_build
Function
run_docs_build
tools/ci/src/main.rs:457–461 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
455
}
456
457
fn run_docs_build() -> Result<()> {
458
cmd!(
"pnpm"
,
"install"
).dir(
"docs"
).run()?;
459
cmd!(
"pnpm"
,
"build"
).dir(
"docs"
).run()?;
460
Ok(())
461
}
462
463
fn run_version_upgrade_check() -> Result<()> {
464
cmd!(
Callers
1
main
Function · 0.85
Calls
2
Ok
Function · 0.50
run
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…