Skip to content

Commit a641568

Browse files
committed
updated the build script
1 parent 5f1f13f commit a641568

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

v1/packages/chain-registry/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
"clean": "rimraf dist/**",
2525
"prepare": "npm run build",
2626
"codegen": "ts-node ./scripts/build.ts",
27-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
27+
"build": "ts-node ./scripts/build-alive.ts",
2828
"test": "jest",
29-
"test:watch": "jest --watch",
30-
"build:alive": "ts-node ./scripts/build-alive.ts"
29+
"test:watch": "jest --watch"
3130
},
3231
"devDependencies": {
3332
"@chain-registry/utils": "^1.51.6",

v2/packages/chain-registry/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424
"clean": "rimraf dist/**",
2525
"prepare": "npm run build",
2626
"codegen": "ts-node ./scripts/build.ts",
27-
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
27+
"build": "ts-node ./scripts/build-alive.ts",
2828
"test": "jest",
29-
"test:watch": "jest --watch",
30-
"build:alive": "ts-node ./scripts/build-alive.ts"
29+
"test:watch": "jest --watch"
3130
},
3231
"devDependencies": {
3332
"@chain-registry/utils": "^1.47.14",

0 commit comments

Comments
 (0)