Skip to content

Commit

Permalink
fix: cluster tests' twilio relative path dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunga1 committed Mar 15, 2023
1 parent 4ab01b7 commit 2c2306c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cluster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"jest": "^29.4.3",
"localtunnel": "^2.0.2",
"twilio": "../../package"
"twilio": "../../"
},
"scripts": {
"prepare": "tsc",
Expand Down

0 comments on commit 2c2306c

Please sign in to comment.