mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Merge pull request #26 from storybooks/25-auto-deploy
Automatic deployment
This commit is contained in:
commit
ad091e71ae
@ -6,6 +6,6 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $TRAVIS_BRANCH == 'master' ]]; then
|
if [[ $TRAVIS_BRANCH == 'source' ]]; then
|
||||||
# npm run semantic-release
|
npm run deploy
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user