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
-
Create a new version:
yarn version [ major | minor | patch | prerelease ]
-
Execute
yarn publish