Skip to content

Commit

Permalink
fix: Revert Justfile back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed May 30, 2024
1 parent 8166469 commit b8f96d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
alias b := build
alias r := release
alias t := testnet

lint:
cargo clippy --locked --no-deps -- -D warnings
taplo lint && taplo fmt --check

build: lint
cargo build

release: lint
cargo build --release

testnet: build
testnet: release
zombienet -p native spawn zombienet/local-testnet.toml

0 comments on commit b8f96d5

Please sign in to comment.