Skip to content

Commit

Permalink
Merge pull request #16 from AbstractSDK/mainline
Browse files Browse the repository at this point in the history
Mainline
  • Loading branch information
CyberHoward authored May 28, 2024
2 parents 2c9f114 + cbd93d1 commit e82e301
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,11 @@ publish +CHAINS:
just wasm
fi
just run-script publish {{CHAINS}}

docs-build:
(cd docs && mdbook build)

docs-install:
cargo install mdbook --vers "0.4.28" --locked
cargo install mdbook-mermaid --vers "0.12.6" --locked
cargo install mdbook-admonish --vers "1.15.0" --locked

0 comments on commit e82e301

Please sign in to comment.