Skip to content

Commit

Permalink
Merge branch 'main' into test-responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
2 parents f098391 + 3545b61 commit 873442a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
buildScriptName: build:storybook
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
onlyChanged: true
# Option to prevent the workflow from failing (https://www.chromatic.com/docs/github-actions#command-exit-code-for-required-checks)
exitZeroOnChanges: true
exitOnceUploaded: true
Expand Down
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"start": "start-storybook -p 1337 -c .",
"build": "build-storybook --disable-telemetry -c . -o ../../storybook-static",
"test": "start-storybook --smoke-test --ci -c .",
"chromatic": "pnpm dlx chromatic --force-rebuild --exit-zero-on-changes",
"chromatic": "pnpm dlx chromatic --force-rebuild --only-changed --exit-zero-on-changes",
"ci": "pnpm dlx chromatic"
}
}

0 comments on commit 873442a

Please sign in to comment.