mirror of
https://github.com/primer/css.git
synced 2024-12-01 12:42:32 +03:00
Adding user
This commit is contained in:
parent
9cd3522c10
commit
0e0c5735ce
@ -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 --silent -r https://${GITHUB_AUTH}@github.com/primer/storybook
|
||||
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://primer-css:${GITHUB_AUTH}@github.com/primer/storybook
|
||||
|
||||
script/release-pr --yes
|
||||
fi
|
||||
|
@ -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 --silent -r https://${GITHUB_AUTH}@github.com/primer/storybook
|
||||
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://primer-css:${GITHUB_AUTH}@github.com/primer/storybook
|
||||
|
||||
echo "📓 Updated CHANGELOG..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user