mirror of
https://github.com/primer/css.git
synced 2024-11-28 22:01:43 +03:00
Silent
This commit is contained in:
parent
66f4e4954f
commit
9cd3522c10
@ -11,7 +11,7 @@ then
|
|||||||
# Build and publish storybook
|
# Build and publish storybook
|
||||||
# test. TODO: REMOVE
|
# test. TODO: REMOVE
|
||||||
$(npm bin)/build-storybook -o build
|
$(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
|
script/release-pr --yes
|
||||||
fi
|
fi
|
||||||
|
@ -10,7 +10,7 @@ $(npm bin)/lerna exec -- $(pwd)/script/try-publish
|
|||||||
|
|
||||||
# Build and publish storybook
|
# Build and publish storybook
|
||||||
$(npm bin)/build-storybook -o build
|
$(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..."
|
echo "📓 Updated CHANGELOG..."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user