File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 113113 "scripts" : {
114114 "clean" : " yarn lerna run --no-bail clean" ,
115115 "codegen" : " yarn lerna run --no-bail --concurrency=1 codegen" ,
116+ "codegen:download" : " yarn lerna run --no-bail --concurrency=1 codegen:download" ,
116117 "docs" : " run-s docs:build docs:update-functions-path" ,
117118 "docs:build" : " typedoc --tsconfig tsconfig.build.json" ,
118119 "docs:markdown-for-agoric-documentation-repo" : " run-s docs:markdown-build 'docs:update-functions-path md'" ,
Original file line number Diff line number Diff line change 1010 },
1111 "scripts" : {
1212 "esbuild:axelar" : " esbuild ./src/examples/axelar-gmp.contract.js --platform=node --format=esm --bundle --outfile=dist/axelar-gmp.contract.bundle.js" ,
13+ "codegen:download" : " yarn run -T run-s codegen:fetch codegen:viem-abi" ,
14+ "codegen:fetch" : " scripts/fetch-chain-info.ts" ,
1315 "codegen:viem-abi" : " tsup" ,
1416 "build" : " yarn esbuild:axelar" ,
15- "codegen" : " scripts/fetch-chain-info.ts" ,
1617 "prepack" : " yarn run -T tsc --build tsconfig.build.json" ,
1718 "postpack" : " git clean -f '*.d.*ts*' '*.tsbuildinfo'" ,
1819 "test" : " ava" ,
You can’t perform that action at this time.
0 commit comments