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 " "

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

Package Sidebar

Install

npm i federated-modules-build-diff

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

6.72 kB

Total Files

6

Last publish

Collaborators

  • cris.f.o