Skip to content

Commit

Permalink
Merge pull request #174 from cosmology-tech/update/run-codegen
Browse files Browse the repository at this point in the history
run codegen
  • Loading branch information
pyramation authored Nov 14, 2024
2 parents 66082a3 + 3990832 commit 03ea0f3
Show file tree
Hide file tree
Showing 89 changed files with 5 additions and 4,303 deletions.
2 changes: 1 addition & 1 deletion v1/packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v1/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v1/packages/juno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
3 changes: 1 addition & 2 deletions v1/packages/osmosis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build:pkg": "ts-node ./scripts/build.ts",
"codegen": "npm run build:pkg",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
2 changes: 1 addition & 1 deletion v2/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"codegen": "rimraf src/** && ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"test": "jest",
"test:watch": "jest --watch"
Expand Down
32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/8ball/asset-list.ts

This file was deleted.

136 changes: 0 additions & 136 deletions v2/packages/chain-registry/src/mainnet/8ball/chain.ts

This file was deleted.

32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/8ball/ibc-data.ts

This file was deleted.

7 changes: 0 additions & 7 deletions v2/packages/chain-registry/src/mainnet/8ball/index.ts

This file was deleted.

32 changes: 0 additions & 32 deletions v2/packages/chain-registry/src/mainnet/akiro/asset-list.ts

This file was deleted.

94 changes: 0 additions & 94 deletions v2/packages/chain-registry/src/mainnet/akiro/chain.ts

This file was deleted.

5 changes: 0 additions & 5 deletions v2/packages/chain-registry/src/mainnet/akiro/index.ts

This file was deleted.

Loading

0 comments on commit 03ea0f3

Please sign in to comment.