Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 486 Bytes

File metadata and controls

32 lines (21 loc) · 486 Bytes

Workflow

  • Fork and clone the project
  • Install dependencies
npm install
  • Run the lint and format checks
npm run lint
  • Fix lint / format checks that can be repaired automatically
npm run lint-fix
  • Make sure to add tests for your changes. Watch the tests
npm run test-watch
  • When you're ready with your new changes, update the version in the package.json file based on SemVer standards.