Skip to content

Commit

Permalink
Added verbose debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
codebycarson committed Dec 5, 2024
1 parent bc62189 commit 05efb18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"compile:declarations": "tsc --project ./tsconfig.declaration.json",
"extract-libraries": "tsx scripts/index.ts",
"generate:all": "yarn generate-sei-cosmos && yarn generate-sei-chain && yarn generate-third-party",
"generate-sei-cosmos": "buf generate --template buf.gen.yaml buf.build/sei-protocol/cosmos-sdk",
"generate-sei-chain": "buf generate --template buf.gen.yaml buf.build/sei-protocol/sei-chain",
"generate-third-party": "buf generate --template buf.gen.yaml buf.build/sei-protocol/third-party",
"generate-sei-cosmos": "buf generate --template buf.gen.yaml --verbose buf.build/sei-protocol/cosmos-sdk",
"generate-sei-chain": "buf generate --template buf.gen.yaml --verbose buf.build/sei-protocol/sei-chain",
"generate-third-party": "buf generate --template buf.gen.yaml --verbose buf.build/sei-protocol/third-party",
"lint": "echo 'No linting configured for this package'"
},
"homepage": "https://github.com/sei-protocol/sei-js#readme",
Expand Down

0 comments on commit 05efb18

Please sign in to comment.