From df4ad679beec76831da82021deb98f434d54f44d Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Wed, 26 Jun 2019 21:35:19 +0100 Subject: [PATCH] modifiy port --- apps/contributor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contributor/package.json b/apps/contributor/package.json index 24aca1f..534358d 100644 --- a/apps/contributor/package.json +++ b/apps/contributor/package.json @@ -27,7 +27,7 @@ "publish:minor": "aragon apm publish minor", "publish:major": "aragon apm publish major", "versions": "aragon apm versions", - "test": "TRUFFLE_TEST=true PORT=8545 npm run ganache-cli:test", + "test": "TRUFFLE_TEST=true PORT=7545 npm run ganache-cli:test", "test:gas": "GAS_REPORTER=true npm test", "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test", "ganache-cli:test": "../../scripts/ganache-cli.sh"