Last active
September 4, 2017 20:06
-
-
Save ncuillery/08619faf94873c3b097ccb70883771e9 to your computer and use it in GitHub Desktop.
Medium buddybuild/ESLint
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
# Using React Native, this file lies in the platform subdirectory | |
cd .. | |
# Create the directory expected by buddybuild | |
mkdir -p buddybuild_artifacts/Jest | |
# Run Jest command | |
jest --outputFile=buddybuild_artifacts/Jest/jest.json --json || exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment