Don't prepublish in Travis
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -11,7 +11,7 @@ |
"license": "Apache-2.0", | ||
"scripts": { | ||
"test": "grunt test", | ||
"prepublish": "grunt" | ||
"prepublish": "if [ -z \"$TRAVIS\" ]; then grunt; fi" | ||
}, | ||
"keywords": [ | ||
"videojs", | ||
... | ... |