Open jawoznia opened 1 year ago
Ts-codegen command I run
cosmwasm-ts-codegen generate \ --plugin client \ --schema ./schema \ --out ./ts \ --name whitelist \ --no-bundle
Nice explanation by Ethan how to generate this schema https://github.com/CosmWasm/ts-codegen/issues/103#issuecomment-1550142133
thanks @jawoznia — can you update the tests? The CI is failing.
cd packages/wasm-ast-types yarn test:watch <press a> // press a to run all tests <press u> // press u to update the snapshots
Ts-codegen command I run
Nice explanation by Ethan how to generate this schema https://github.com/CosmWasm/ts-codegen/issues/103#issuecomment-1550142133