@0xproject/utils

v1.0.10
0x TS utils

build

tsc -b

clean

shx rm -rf lib

lint

tslint --project .

test

yarn run_mocha

test:circleci

yarn test:coverage

run_mocha

mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --bail --exit

test:coverage

nyc npm run test --all && yarn coverage:report:lcov

coverage:report:lcov

nyc report --reporter=text-lcov > coverage/lcov.info
npm i @0xproject/[email protected]

Metadata

Downloads