@0x/base-contract

v7.0.0
0x Base TS contract

fix

tslint --format stylish --fix --project .

lint

tslint --format stylish --project .

test

yarn run_mocha

build

tsc -b

clean

shx rm -rf lib

watch

tsc -b -w

build:ci

yarn build

run_mocha

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

test:circleci

yarn test:coverage

test:coverage

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

rebuild_and_test

run-s clean build test

coverage:report:lcov

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

Metadata

Downloads