2.0.6 • Published 2 years ago

butter-common v2.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

butter-common

  • run yarn setup when u first clone this to local to set up githook
  • then, run yarn install

development

  1. make local changes to butter-common locally
  2. point webapp package.json to the local path

    ex: "butter-common": "file:/Users/kylefoo/Documents/Meetbutter/common"

  3. run yarn install to pick up the change
  4. then, when you make changes to the local butter-common, run yarn tsc to rebuild
  5. once rebuilt butter-common, run yarn upgrade butter-common on webapp to pick up the latest change

local way: see

deployment

  1. Select Build and push to GitHub workflow in GitHub Actions
  2. Choose main branch to run the workflow
  3. Enter version number than you want to bump to
  4. Wait for the workflow to complete...
  5. Create Relaese Note with above tag manually and inform the rest of the team