Skip to content

Commit

Permalink
chore: add co-harvest code gens docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trung2891 committed Feb 18, 2024
1 parent 162da39 commit 640e121
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 640e121

Please sign in to comment.