Skip to content

Commit

Permalink
Change anvil port so it doesn't conflict with contracts package tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Oct 22, 2024
1 parent bb089fd commit 0eaf26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/packages/module-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "mud build",
"clean": "forge clean && shx rm -rf src/**/codegen",
"test": "mud test",
"test": "mud test --port 4243",
"test:ci": "pnpm run test"
},
"devDependencies": {
Expand Down

0 comments on commit 0eaf26c

Please sign in to comment.