Skip to content

Commit

Permalink
Merge pull request #167 from oraichain/chore/add-co-haverst-code-gens
Browse files Browse the repository at this point in the history
Chore: add co-harvest code gens docs
  • Loading branch information
ducphamle2 authored Feb 19, 2024
2 parents 162da39 + 640e121 commit b55d334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

```bash
# build code:
cwtools build ../oraiswap/contracts/* ../oraidex-listing-contract -o packages/contracts-build/data
cwtools build ../oraiswap/contracts/* ../oraidex-listing-contract ../co-harvest-contracts/contracts/* -o packages/contracts-build/data
# gen code:
cwtools gents ../oraiswap/contracts/* ../oraidex-listing-contract -o packages/contracts-sdk/src
cwtools gents ../oraiswap/contracts/* ../oraidex-listing-contract ../co-harvest-contracts/contracts/* -o packages/contracts-sdk/src
# gen doc:
yarn docs

Expand Down

0 comments on commit b55d334

Please sign in to comment.