federated-modules-build-diff
v1.0.5
Published
Compares the diff patch to indentify which federtated modules were changed and needs to be built
Downloads
3
Maintainers
Readme
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 " "