Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 389 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 389 Bytes

Quickstart

To install and build quadbin-js locally from source:

# install dependencies
yarn

# build package once
yarn build

To run tests, coverage, or a linter, you should execute yarn build, and afterward:

# run tests once
yarn test

Releases

  1. Create a new version: yarn version [ major | minor | patch | prerelease ]

  2. Execute yarn publish