Unverified Commit 1f9a726e by Jae Bradley Committed by GitHub

Merge pull request #81 from edx/fix-gh-deploy-script

chore(travis): only run GitHub pages deploy for master branch
parents c9e0581f d505182f
......@@ -23,4 +23,4 @@ script:
after_success:
- npm run semantic-release
- npm run coveralls
- npm run deploy-storybook
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-storybook; fi
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment