Last active
June 7, 2016 17:46
-
-
Save MylesBorins/2101ee91141ca91f2cf3240b5779b637 to your computer and use it in GitHub Desktop.
Update linter
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
NODE_VERSION=$(python tools/getnodeversion.py) | |
if [[ $NODE_VERSION =~ ^[0] ]]; then | |
gmake lint | |
else | |
gmake lint-ci | |
fi |
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
gmake lint-ci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment