public-awesome / cw-nfts

Examples and helpers to build NFT contracts on CosmWasm
Apache License 2.0
185 stars 181 forks source link

Use `cargo-make` to automate task flows #96

Closed larry0x closed 1 year ago

larry0x commented 1 year ago

This is what I suggested in @shanev's previous PR.

First install cargo-make, then:

cargo make fmt
cargo make test
cargo make lint
cargo make build
cargo make optimize
cargo make schema
cargo make publish