Skip to content

Optimize webpack-publish for CI

Choose a tag to compare

@dylanjustice dylanjustice released this 19 Feb 16:18
· 119 commits to main since this release

v2.3.0 Release

Release notes

Additional options now available for publishing frontend builds in a CI/CD pipeline. .
Option to skip the clean and restore process during publish
Option to run npm ci

Notable features:

  • --skip-clean --skip-restore command arguments added to and-cli webpack --publish and-cli deploy aws-s3 and and-cli deploy azure-storage commands
  • --ci command argument added to use npm ci over npm install

Contributors

@dylanjustice