modify npm scripts

This commit is contained in:
haythem 2019-07-10 10:27:08 +01:00
parent d206d55b7d
commit bb6a862c78
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
"test": "TRUFFLE_TEST=true PORT=7545 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": "./node_modules/@aragon/test-helpers/ganache-cli.sh" "ganache-cli:test": "../../scripts/ganache-cli.sh"
}, },
"keywords": [] "keywords": []
} }

View File

@ -29,7 +29,7 @@
"test": "TRUFFLE_TEST=true PORT=7545 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": "./node_modules/@aragon/test-helpers/ganache-cli.sh" "ganache-cli:test": "../../scripts/ganache-cli.sh"
}, },
"keywords": [] "keywords": []
} }

View File

@ -29,7 +29,7 @@
"test": "TRUFFLE_TEST=true PORT=7545 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": "./node_modules/@aragon/test-helpers/ganache-cli.sh" "ganache-cli:test": "../../scripts/ganache-cli.sh"
}, },
"keywords": [] "keywords": []
} }