federation-rs
federation-rs copied to clipboard
Check for clean git stage after `npm install` and before release.
To ensure there aren't any package-lock.json changes that are going to crop up. Maybe we can just check if git status --porcelain is empty but if we want something more specific, we could check the status codes of git diff --exit-code.