Skip to content

Commit

Permalink
chore: fix release script (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Jul 17, 2020
1 parent 4ca58ba commit 2cba60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-scripts/publish-rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ git status
git push --follow-tags "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG" "$TRAVIS_BRANCH"

#build dist and component folders
npm run storybook-static
npm run storybook:static

npm publish --tag prerelease
2 changes: 1 addition & 1 deletion ci-scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ npm publish
# run this after publish to make sure GitHub finishes updating from the push
npm run release:create -- --repo $TRAVIS_REPO_SLUG --tag $release_tag --branch master

npm run storybook-static
npm run storybook:static

npm run deploy -- --repo "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG"

0 comments on commit 2cba60a

Please sign in to comment.