Commit a8d8f41d authored by Iuri Matias's avatar Iuri Matias

add remix-tests binary

parent 5823eebd
#!/usr/bin/env node
require('../run.js');
......@@ -13,6 +13,9 @@
"email": "yann@ethdev.com"
}
],
"bin": {
"remix-tests": "./bin/remix-tests"
},
"scripts": {
"downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd ..",
"prepublish": "npm-run-all -ls downloadsolc",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment