Skip to content

Commit

Permalink
Merge branch 'storybook-8-new-styleguide' into sb-test
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp authored Oct 24, 2024
2 parents 54f1bca + 294a47c commit 814c2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ jobs:
- *build_all_packages
- run:
name: build storybook
command: yarn build-storybook
command: yarn nx run styleguide:build-storybook
- *save_nx_cache
- *save_webpack_cache
- run:
name: deploy
command: |
DEPLOY_MESSAGE="User: ${CIRCLE_USERNAME} Project: ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} Pull Request: ${CIRCLE_PULL_REQUEST}"
npx netlify-cli@2.37.0 deploy --message="${DEPLOY_MESSAGE}" --dir=dist/storybook/styleguide --json > .deploy-output
npx netlify-cli@17.37.1 deploy --message="${DEPLOY_MESSAGE}" --dir=dist/storybook/styleguide --json > .deploy-output
- setup_remote_docker
- run: docker pull cloudposse/github-commenter:0.5.0-58
- run:
Expand Down

0 comments on commit 814c2ce

Please sign in to comment.