add remix-tests binary

pull/7/head
Iuri Matias 7 years ago
parent 5823eebd10
commit a8d8f41d25
  1. 4
      bin/remix-tests
  2. 3
      package.json

@ -0,0 +1,4 @@
#!/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",

Loading…
Cancel
Save