Skip to content

Commit

Permalink
chore: disable turbosnap on chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
Okhelifi committed Mar 18, 2024
1 parent f0dfd15 commit 6cf4631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -194,7 +194,7 @@ jobs:
# TODO:
# - Handle npx chromatic command failure, make the job fails
command: |
SB_URL=$(npx chromatic --only-changed --project-token=$CHROMATIC_PROJECT_TOKEN --exit-once-uploaded -d=<< parameters.package_name >>/storybook-static | grep -o "View your Storybook at https:\/\/[0-9a-z-]*\.chromatic\.com" | grep -o "https:.*")
SB_URL=$(npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN --exit-once-uploaded -d=<< parameters.package_name >>/storybook-static | grep -o "View your Storybook at https:\/\/[0-9a-z-]*\.chromatic\.com" | grep -o "https:.*")
echo "export SB_URL=$SB_URL" >> $BASH_ENV
- gh/setup
- run:
Expand Down

0 comments on commit 6cf4631

Please sign in to comment.