Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

break-yourself

Test your current changes with your latest release, should help determine if a new version release has breaking changes

test, symver, dont, break

readme

break-yourself

-Chris Tucker as Smokey, from the 1995 film Friday

Run your latest version tests against your working version to make sure you don't break yourself. If you do break yourself, make sure you use proper semver etiquette before publishing a new version.

Install

npm i -D break-yourself

Config

In your package json add a script:

"test:yourself": "break-yourself"

In your .gitignore add:

break-yourself/

Run

npm run test:yourself

Profit.