Created
December 9, 2019 17:18
-
-
Save nataliemarleny/dd0409d571a9e7d1c53bef47bbe32a02 to your computer and use it in GitHub Desktop.
Predicate Script for git bisect
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
git clean -fxd | |
cd <package-name> | |
yarn | |
2>&1 yarn lint | grep -vq error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment