From 9cd3522c10565c571c760c4929521d31ccbab4d2 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 28 Jun 2018 12:02:01 -0700 Subject: [PATCH] Silent --- script/after_success | 2 +- script/release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/after_success b/script/after_success index bacd201e..c0a29d0d 100755 --- a/script/after_success +++ b/script/after_success @@ -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 diff --git a/script/release b/script/release index 4959c70c..03708fc7 100755 --- a/script/release +++ b/script/release @@ -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..."