modifiy port

This commit is contained in:
haythem 2019-06-26 21:35:19 +01:00
parent e4877471ed
commit df4ad679be

View File

@ -27,7 +27,7 @@
"publish:minor": "aragon apm publish minor", "publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major", "publish:major": "aragon apm publish major",
"versions": "aragon apm versions", "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", "test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test", "coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh" "ganache-cli:test": "../../scripts/ganache-cli.sh"