mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Merge pull request #515 from primer/auto_storybook
Auto publish storybook
This commit is contained in:
commit
2b5ec9b600
@ -8,6 +8,10 @@ $(dirname $0)/notify pending
|
||||
# published version
|
||||
$(npm bin)/lerna exec -- $(pwd)/script/try-publish
|
||||
|
||||
# Build and publish storybook
|
||||
$(npm bin)/build-storybook -o build
|
||||
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://primer-css:${GH_TOKEN}@github.com/primer/storybook
|
||||
|
||||
echo "📓 Updated CHANGELOG..."
|
||||
|
||||
$(npm bin)/lerna-changelog
|
||||
|
Loading…
Reference in New Issue
Block a user