1.0.19 • Published 3 years ago

@try-mingo/common v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

try-mingo-api-common

try-mingo-api-common is an npm package containing functionality that is used from multiple services of try-mingo-api

Development workflow

  1. install dependencies yarn --frozen-lockfile
  2. install yalc yarn global add yalc
  3. make changes inside this repo that you want to see reflected in try-mingo-api service
  4. run yarn build and yalc publish. The result will be eg: @try-mingo/common@1.0.10 published in store.
  5. copy the first part, i.e. @try-mingo/common@1.0.10
  6. cd to the service inside try-mingo-api in which you want to use the update code, at the level where that service's package.json lives
  7. run yalc add @try-mingo/common@1.0.10
  8. docker desktop will redeploy that service's dependencies with the changes that we made in try-mingo-api-common

Contributing

  1. Branch of the feature branch that includes the linear ticket name
  2. Make any changes, commit, bump the version, push and open a PR against develop
  3. Once the PR has been approved, merge it and it will be published to npm
1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago