Compile all contracts by default, regenerate boilerplate

This commit is contained in:
Amir Bandeali
2019-08-11 15:20:58 -07:00
parent e91ba07f14
commit ccce7e001e
41 changed files with 140 additions and 157 deletions

View File

@@ -22,6 +22,5 @@
]
}
}
},
"contracts": ["src/Forwarder.sol"]
}
}

View File

@@ -12,7 +12,7 @@
"scripts": {
"build": "yarn pre_build && tsc -b",
"build:ci": "yarn build",
"pre_build": "run-s compile generate_contract_wrappers",
"pre_build": "run-s compile contracts:gen generate_contract_wrappers",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s build test",
"test:coverage": "SOLIDITY_COVERAGE=true run-s build run_mocha coverage:report:text coverage:report:lcov",