0.0.31 • Published 9 days ago

@skedulo/mex-service-libs v0.0.31

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

Mex service library

A library to share the common implementation between Mex projects.

How to publish

Should not do this step on your local.

  • Create a new PR to main with a new version.
  • Approve to publish from CircleCI pipeline.

How to test the package locally

From the root of mex-service-libs, run

  • yarn clean
  • yarn build
  • npm pack --pack-destination /tmp

After this step, you should see a new file in the /tmp folder

  • For example: /tmp/skedulo-mex-service-libs-0.0.1.tgz

From the project that is depended on @skedulo/mex-service-libs

Configre the dependecies to this file instead of real package on npm

  • "dependencies": {
        "@skedulo@mex-service-libs": "file:/tmp/skedulo-mex-service-libs-0.0.1.tgz"
    }
  • yarn