Merge pull request #27 from storybooks/25-auto-deploy

Need to build before we can deploy
This commit is contained in:
Michael Shilman 2017-05-14 10:14:07 +10:00 committed by GitHub
commit ed52e83f19

View File

@ -7,5 +7,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
fi
if [[ $TRAVIS_BRANCH == 'source' ]]; then
npm run build
npm run deploy
fi