File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
v1/packages/chain-registry
v2/packages/chain-registry Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments