Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 536 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (24 loc) · 536 Bytes

Contributing

To contribute fork the repo then create a branch and put a PR

Install:

yarn install

yarn _postinstall
  • add a .env file to your root with the following inside:
TOKEN=<YourToken>
QA_TOKEN=<YourToken>
  • add a cypress.env.json file to your root with the following inside:
{
  "QA_TOKEN" :"<YourToken>"
}

Deploy new version

  1. npm run cover:only
  2. npm run build
  3. npm run deploy
  4. npm version <update_type> release types (patch, major, or minor):
  5. npm publish