@0xproject/order-utils

v0.0.7
0x order utils

watch

tsc -w

build

tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts

test

run-s clean build run_mocha

test:circleci

yarn test:coverage

run_mocha

mocha 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

clean

shx rm -rf lib scripts

lint

tslint --project .

manual:postpublish

yarn build; node ./scripts/postpublish.js

docs:stage

node scripts/stage_docs.js

docs:json

typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES

upload_docs_json

aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json
npm i @0xproject/[email protected]

Metadata

Downloads