1.3.5 • Published 3 years ago
@axa-ch/pod-tbcrm-regemail v1.3.5
POD PodTbcrmRegemail
This is a Micro Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-tbcrm-regemail
DEV commands
- npm startstart local DEV environment
- npm run buildto trigger a ESM build needed for Midgard
- npm run testto run local tests
- npm run releaseto execute a release to npm (VERY IMPORTANT: Read How To Release on this document).
How to release
- update package.json in the - "version": "x.x.x"field. Please follow semver best practices
- run - npm run release
- commit to develop, add git tag containg the same version as in step 1 and push 
- Execute jenkins jobs (build & deploy) with the version added in point 1