Commit d505182f by jaebradley

chore(travis): only run gh deploy for master branch

chore(travis): check that not a pull request
parent 4f39d7b7
...@@ -23,4 +23,4 @@ script: ...@@ -23,4 +23,4 @@ script:
after_success: after_success:
- npm run semantic-release - npm run semantic-release
- npm run coveralls - 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 @@ ...@@ -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",
......
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