@axa-ch/pod-pattern-library-aem-forms

Pattern Library pod for aem-forms.

Usage no npm install needed!

<script type="module">
  import axaChPodPatternLibraryAemForms from 'https://cdn.skypack.dev/@axa-ch/pod-pattern-library-aem-forms';
</script>

README

POD PodPatternLibraryAemForms

This pod provides aem-forms with pattern library components.

Scripts

To install the pod locally: npm install @axa-ch/pod-pattern-library-aem-forms

DEV commands

  • npm start start local DEV environment
  • npm run build to trigger a ESM build needed for Midgard
  • npm run test to run local tests
  • npm run release to execute a release to npm (VERY IMPORTANT: Read How To Release on this document).

How to release

  1. update package.json in the "version": "x.x.x" field. Please follow semver best practices

  2. run npm run release

  3. commit to develop, add git tag containg the same version as in step 1 and push

  4. Execute jenkins jobs (build & deploy and if all good: promote) with the version added in point 1

Worth a read