@blurpaper/shared
v2.0.8
Published
Shared base with interfaces and helper methods for blurpaper
Readme
To be able to pulish packages:
- inside the .npmrc write: //registry.npmjs.org/:_authToken=...
- some times the token have to be currently generated
- open the console
- write npm publish --access public
Before publish the package:
- awlays run "build-and-publish"
- it creates a /dist folder
- inside it are the files which are going to be imported among the microservices
- /dist folder have to be commited and pushed