Created
January 17, 2018 17:18
-
-
Save AshCoolman/db11695838ac280cab3fa3b46d8ae4a2 to your computer and use it in GitHub Desktop.
lerna find all tests
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
find . \ | |
\( -name '*.spec.js' -o -name '*.spec.jsx' \) \ | |
-and \ | |
\( \ | |
\( -not -path "*node_modules*" \) \ | |
-and \ | |
\( -not -path "*.dist*" \) \ | |
\) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment