etherdelta / smart_contract

EtherDelta smart contract
212 stars 171 forks source link

Add scripts to package.json for testing / linting #3

Closed scottgreenup closed 5 years ago

scottgreenup commented 6 years ago

Added NPM scripts for testing and linting.

$ git clone ...
$ cd smart_contract
$ npm install
$ npm test

> @ test /home/sg/dev-sigp/ether-delta-proxy/etherdelta-contract
> mocha .
...
$ npm run lint

> @ lint /home/sg/dev-sigp/ether-delta-proxy/etherdelta-contract
> eslint .
...