Skip to content

Commit

Permalink
Fix makefile indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Jan 16, 2024
1 parent 04468ba commit ddb174b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ clean:

install:
cargo install cw-optimizoor cosmwasm-check beaker
rustup target add wasm32-unknown-unknown
rustup target add wasm32-unknown-unknown

schema:
ls ./contracts | xargs -n 1 -t beaker wasm ts-gen
Expand Down

0 comments on commit ddb174b

Please sign in to comment.