1.6.11 • Published 1 year ago
@mingsterism/microservices v1.6.11
@sudoavian/microservices
microservices package
commands
# build package
$ npm run build
How to publish trpc services updates to npm
cd
into microservices folder andnpm login
- delete dist folder
- increase package version in package.json
npm i
andnpm run build
git push
npm publish
- update all the services using @sudoavian/microservices to the latest version