chore(travis): only run gh deploy for master branch
chore(travis): check that not a pull request
Showing
| ... | @@ -5,7 +5,10 @@ | ... | @@ -5,7 +5,10 @@ |
| "main": "src/index.js", | "main": "src/index.js", | ||
| "author": "arizzitano", | "author": "arizzitano", | ||
| "license": "MIT", | "license": "MIT", | ||
| "repository": "https://github.com/edx/paragon/", | "repository": { | ||
| "type": "git", | |||
| "url": "https://github.com/edx/paragon.git" | |||
| }, | |||
| "scripts": { | "scripts": { | ||
| "build": "NODE_ENV=production webpack", | "build": "NODE_ENV=production webpack", | ||
| "build-storybook": "build-storybook", | "build-storybook": "build-storybook", | ||
| ... | ... |
Please
register
or
sign in
to comment