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