This document covers administrative tasks related to managing and maintaining Juno, including releasing crates and other essential operations.
To publish the junobuild-shared crate, use the following command:
RUSTFLAGS='--cfg getrandom_backend="custom"' cargo publish --target wasm32-unknown-unknown -p junobuild-sharedTo generate and open the documentation of a crate locally:
RUSTFLAGS='--cfg getrandom_backend="custom"' cargo doc --target wasm32-unknown-unknown --no-deps -p junobuild-satellite --openDeploy the Console UI - the Console's frontend - to production using the built-in proposal flow.
./scripts/console.deploy.assets.mjs --mainnet