2.0.6 • Published 4 years ago
butter-common v2.0.6
butter-common
- run
yarn setupwhen u first clone this to local to set up githook - then, run
yarn install
development
- make local changes to butter-common locally
- point webapp package.json to the local path
ex: "butter-common": "file:/Users/kylefoo/Documents/Meetbutter/common"
- run
yarn installto pick up the change - then, when you make changes to the local butter-common, run
yarn tscto rebuild - once rebuilt butter-common, run
yarn upgrade butter-commonon webapp to pick up the latest change
local way: see
deployment
- Select
Build and push to GitHubworkflow in GitHub Actions - Choose main branch to run the workflow
- Enter version number than you want to bump to
- Wait for the workflow to complete...
- Create Relaese Note with above tag manually and inform the rest of the team
2.0.6
4 years ago