Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 375 Bytes

File metadata and controls

31 lines (20 loc) · 375 Bytes

Contributing

Git Branch Workflow

This project adheres to GitHub Flow.

Release Process

  1. Checkout main

    git checkout main
    
  2. Get the latest code

    git pull
    
  3. Build the latest code

    npm run build
    
  4. Run the release process

    node ./dist/bin.js