README
= POD pod-esales-hh
This is a Micro Frontend deployable on the AXA.ch WebHub.
== Scripts
To install the pod locally: yarn install @axa-ch/pod-esales-hh.
=== DEV commands
yarn startstart local DEV environmentyarn start:mockstart local environment with MOCK stage (without backend)yarn run buildto trigger a ESM build needed for Midgardyarn run testto run local testsyarn run releaseto execute a release to yarn (VERY IMPORTANT: Read How To Release on this document).
== How to release
update package.json in the
"version": "x.x.x"field. Please follow https://semver.org/[semver] best practicesrun
yarn run releasecommit to develop, add git tag containg the same version as in step 1 and push
Execute jenkins jobs (build & deploy and if all good: promote) with the version added in point 1
== Worth a read