Skip to content

Instantly share code, notes, and snippets.

@nataliemarleny
Created December 9, 2019 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliemarleny/dd0409d571a9e7d1c53bef47bbe32a02 to your computer and use it in GitHub Desktop.
Save nataliemarleny/dd0409d571a9e7d1c53bef47bbe32a02 to your computer and use it in GitHub Desktop.
Predicate Script for git bisect
#!/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