Skip to content

Commit

Permalink
fix(connect): add providers release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Sep 15, 2024
1 parent ce73910 commit 94b5a61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- run: bun i --no-save
- run: bun run build
- run: bun run test
- run: bunx pkg-pr-new publish './packages/klesia-sdk' './packages/accounts' './packages/connect'
- run: bunx pkg-pr-new publish './packages/klesia-sdk' './packages/accounts' './packages/connect' './packages/providers'
1 change: 1 addition & 0 deletions apps/klesia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@mina-js/klesia",
"type": "module",
"version": "0.0.1",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"import": "./dist/index.mjs"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"test": "bun test",
Expand Down
1 change: 1 addition & 0 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"import": "./dist/index.js"
}
},
"files": ["dist"],
"scripts": {
"build": "tsup",
"test": "bun test",
Expand Down

0 comments on commit 94b5a61

Please sign in to comment.