Skip to content

Commit

Permalink
ci: Fix build by using the workspace sdk package
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Jan 5, 2025
1 parent 1f5d566 commit b62640a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/e2e_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@hoarder/trpc": "workspace:^0.1.0",
"@hoarderapp/sdk": "^0.20.0",
"@hoarderapp/sdk": "workspace:*",
"superjson": "^2.2.1"
},
"devDependencies": {
Expand Down
7 changes: 5 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"hoarder",
"sdk"
],
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"main": "./src/index.ts",
"publishConfig": {
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",
"@hoarder/prettier-config": "workspace:^0.1.0",
Expand Down
12 changes: 2 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b62640a

Please sign in to comment.