federated-modules-build-diff

1.0.5 • Public • Published

Federated Modules Build Diff

Requirements

  • Run git diff command prior to plugin execution:
git diff refs/remotes/origin/master...HEAD > diff.patch

Add the command to package.json

  "scripts": {
    "fmdiff": "fmdiff"
  },

Configure ci/cd:

  • Run git diff command "git diff refs/remotes/origin/master...HEAD > diff.patch"
  • Run fmdiff command
  • Catch the output list of changed modules separated by " "

/federated-modules-build-diff/

    Package Sidebar

    Install

    npm i federated-modules-build-diff

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    6.72 kB

    Total Files

    6

    Last publish

    Collaborators

    • cris.f.o