butter-common
v2.0.6
Published
common shareables gql queries, mutation, enums, testIds
Downloads
1
Readme
butter-common
- run
yarn setup
when 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 install
to pick up the change - then, when you make changes to the local butter-common, run
yarn tsc
to rebuild - once rebuilt butter-common, run
yarn upgrade butter-common
on webapp to pick up the latest change
local way: see
deployment
- Select
Build and push to GitHub
workflow 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