Skip to content

Commit

Permalink
Don't use local path for library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed Apr 29, 2024
1 parent 209766e commit c4ee5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Test"
],
"dependencies": {
"@eventstore/db-client": "file:../db-client",
"@eventstore/db-client": "*",
"jest": "^27.5.1",
"ts-jest": "^27.1.5"
},
Expand Down

0 comments on commit c4ee5bc

Please sign in to comment.