remove ganache cli script

This commit is contained in:
2019-07-18 10:28:10 +01:00
parent bc6298acbf
commit 53bae7777e
5 changed files with 4 additions and 80 deletions

View File

@@ -26,10 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh"
"test": "aragon contracts test"
},
"keywords": []
}

View File

@@ -26,10 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh"
"test": "aragon contracts test"
},
"keywords": []
}

View File

@@ -26,10 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh"
"test": "aragon contracts test"
},
"keywords": []
}

View File

@@ -26,10 +26,7 @@
"publish:minor": "aragon apm publish minor",
"publish:major": "aragon apm publish major",
"versions": "aragon apm versions",
"test": "aragon contracts test",
"test:gas": "GAS_REPORTER=true npm test",
"coverage": "SOLIDITY_COVERAGE=true npm run ganache-cli:test",
"ganache-cli:test": "../../scripts/ganache-cli.sh"
"test": "aragon contracts test"
},
"keywords": []
}