Skip to content

Commit

Permalink
updated the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ke committed Nov 7, 2024
1 parent 5f1f13f commit a641568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions v1/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "ts-node ./scripts/build-alive.ts",
"test": "jest",
"test:watch": "jest --watch",
"build:alive": "ts-node ./scripts/build-alive.ts"
"test:watch": "jest --watch"
},
"devDependencies": {
"@chain-registry/utils": "^1.51.6",
Expand Down
5 changes: 2 additions & 3 deletions v2/packages/chain-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"clean": "rimraf dist/**",
"prepare": "npm run build",
"codegen": "ts-node ./scripts/build.ts",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"build": "ts-node ./scripts/build-alive.ts",
"test": "jest",
"test:watch": "jest --watch",
"build:alive": "ts-node ./scripts/build-alive.ts"
"test:watch": "jest --watch"
},
"devDependencies": {
"@chain-registry/utils": "^1.47.14",
Expand Down

0 comments on commit a641568

Please sign in to comment.