modify npm scripts
This commit is contained in:
parent
d206d55b7d
commit
bb6a862c78
@ -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": []
|
||||||
}
|
}
|
||||||
|
@ -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": []
|
||||||
}
|
}
|
||||||
|
@ -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": []
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user