Not sure how this will be received, but it seems useful to enable people to run the same script that CI does before submitting PRs, to make sure it exits cleanly. To be an exact simulation of what CI does it does require the user to have their master tracking branch up to date with upstream's (and the same nodejs version), but it should be close enough to catch silly errors.
Not sure how this will be received, but it seems useful to enable people to run the same script that CI does before submitting PRs, to make sure it exits cleanly. To be an exact simulation of what CI does it does require the user to have their master tracking branch up to date with upstream's (and the same nodejs version), but it should be close enough to catch silly errors.