1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 22:01:43 +03:00
This commit is contained in:
Jon Rohan 2018-06-28 12:02:01 -07:00
parent 66f4e4954f
commit 9cd3522c10
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ then
# Build and publish storybook
# test. TODO: REMOVE
$(npm bin)/build-storybook -o build
$(npm bin)/gh-pages -d build -b gh-pages -r https://${GITHUB_AUTH}@github.com/primer/storybook
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://${GITHUB_AUTH}@github.com/primer/storybook
script/release-pr --yes
fi

View File

@ -10,7 +10,7 @@ $(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 -r https://${GITHUB_AUTH}@github.com/primer/storybook
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://${GITHUB_AUTH}@github.com/primer/storybook
echo "📓 Updated CHANGELOG..."