@giveth/commons-abc-contracts
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@giveth/commons-abc-contracts", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"devDependencies": { | ||
@@ -21,6 +21,6 @@ "chai": "^4.2.0", | ||
"start": "concurrently 'npm:ganache' 'npm:deploy'", | ||
"ganache": "mkdir -p .chain && ./node_modules/.bin/ganache-cli -p 8545 -d --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'", | ||
"deploy": "wait-on tcp:8545 && ./node_modules/.bin/truffle migrate --compile-all --reset --network development", | ||
"compile": "./node_modules/.bin/truffle compile", | ||
"test": "wait-on tcp:8545 && ./node_modules/.bin/truffle test", | ||
"ganache": "mkdir -p .chain && ganache-cli -p 8545 -d --gasLimit 7000000000000 --gasPrice 1 --acctKeys ./.chain/ganache-accounts.json -m 'ivory sibling about kiwi grant sunset beauty solar cup fame south girl'", | ||
"deploy": "wait-on tcp:8545 && truffle migrate --compile-all --reset --network development", | ||
"compile": "truffle compile", | ||
"test": "wait-on tcp:8545 && truffle test", | ||
"lint": "solhint --max-warnings 0 \"contracts/**/*.sol\"", | ||
@@ -27,0 +27,0 @@ "ci": "concurrently 'npm:ganache' 'npm:test'" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
339738
28
117