File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 node-version : 20
1818 cache : pnpm
1919 - run : pnpm install
20- - run : echo "Build placeholder — implement package builds"
20+ - run : pnpm build
Original file line number Diff line number Diff line change 22 "name" : " orbit-stellar" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5- "scripts" : {},
5+ "scripts" : {
6+ "build" : " pnpm -r --filter \" ./packages/*\" run build" ,
7+ "test" : " pnpm -r --if-present test"
8+ },
69 "devDependencies" : {
710 "typescript" : " ^5.4.0"
811 }
Original file line number Diff line number Diff line change 22 "name" : " @orbital/pulse-core" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5- "main" : " ./src/index.ts" ,
6- "scripts" : {},
5+ "main" : " ./dist/index.js" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "scripts" : {
8+ "build" : " tsc -p tsconfig.json"
9+ },
710 "dependencies" : {
811 "@stellar/stellar-sdk" : " ^14.6.1"
912 },
Original file line number Diff line number Diff line change 22 "name" : " @orbital/pulse-notify" ,
33 "version" : " 0.0.0" ,
44 "private" : true ,
5- "main" : " ./src/index.ts" ,
6- "types" : " ./src/index.ts" ,
7- "scripts" : {},
5+ "main" : " ./dist/index.js" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "scripts" : {
8+ "build" : " tsc -p tsconfig.json"
9+ },
810 "dependencies" : {
911 "@orbital/pulse-core" : " workspace:*"
1012 },
Original file line number Diff line number Diff line change 22 "name" : " @orbital/pulse-webhooks" ,
33 "private" : true ,
44 "version" : " 0.0.0" ,
5- "main" : " ./src/index.ts" ,
6- "types" : " ./src/index.ts" ,
7- "scripts" : {},
5+ "main" : " ./dist/index.js" ,
6+ "types" : " ./dist/index.d.ts" ,
7+ "scripts" : {
8+ "build" : " tsc -p tsconfig.json"
9+ },
810 "dependencies" : {
911 "@orbital/pulse-core" : " workspace:*"
1012 },
You can’t perform that action at this time.
0 commit comments