federation-rs icon indicating copy to clipboard operation
federation-rs copied to clipboard

Check for clean git stage after `npm install` and before release.

Open abernix opened this issue 3 years ago • 0 comments

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.

abernix avatar Mar 15 '22 17:03 abernix