Created
September 15, 2016 17:53
-
-
Save matiasherranz/5e0900e5fbae0bd5d39fe0ad8697a6dc to your computer and use it in GitHub Desktop.
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
# Let's move to the proper GIT branch | |
git checkout $BRANCH | |
git pull origin $BRANCH | |
# Let's go to the correct folder | |
cd converter | |
# Install the dependencies | |
npm install | |
# Run the tests! | |
npm test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment