1.6.11 • Published 1 year ago

@mingsterism/microservices v1.6.11

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

@sudoavian/microservices

microservices package

commands

# build package
$ npm run build

How to publish trpc services updates to npm

  1. cd into microservices folder and npm login
  2. delete dist folder
  3. increase package version in package.json
  4. npm i and npm run build
  5. git push
  6. npm publish
  7. update all the services using @sudoavian/microservices to the latest version