@axa-ch/pod-rsv
v1.94.0
Published
POD Digital Rechtsschutzversicherung Frontend
Downloads
424
Keywords
Readme
POD PodRsv
This is a Micro POD Digital Rechtsschutzversicherung Frontend deployable on the AXA.ch WebHub.
Scripts
To install the pod locally: npm install @axa-ch/pod-rsv
DEV commands
npm start
start local DEV environmentnpm run build
to trigger a ESM build needed for Midgardnpm run test
to run local testsnpm run release
to execute a release to NPM (VERY IMPORTANT: Read How To Release on this document).
How to release
automatically using github actions
see: https://github.com/axa-ch/pod-rsv/blob/develop/.github/workflows/publish.yml
manually
update version in package.json
run
npm install
run
npm run release
// or as an alternative if there are some Windows-caused failures: runnpm run build && npm publish
commit to develop, add git tag containing 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 see: https://portal.paas.intraxa/jenkins-ch/view/AEM-DX-Webhub-Modules/