Skip to content

Commit 840b958

Browse files
committed
fixup! build(codegen): introduce and run top-level yarn codegen
1 parent 408e0b7 commit 840b958

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
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'",

packages/orchestration/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
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",

0 commit comments

Comments
 (0)