Skip to content

Commit

Permalink
change to ip localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-jojo committed Feb 7, 2023
1 parent 9050d7e commit ed1f7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"cypress-run": "cypress run",
"start": "yarn workspace web start",
"integration-test": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cypress run'"
"integration-test": "start-server-and-test 'yarn start' http://127.0.0.1:3000 'yarn cypress run'"
},
"dependencies": {
"@ethersproject/providers": "^5.0.0",
Expand Down

0 comments on commit ed1f7fd

Please sign in to comment.