Skip to content

Commit

Permalink
ci: enable TurboSnap
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Nov 15, 2024
1 parent e1444e8 commit ec537d8
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 @@ -29,6 +29,7 @@ jobs:
(github.event.action == 'labeled' && github.event.label.name == 'pr ready for visual snapshots') || github.event_name == 'push'
uses: chromaui/action@v11
with:
onlyChanged: true
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
zip: true
exitOnceUploaded: true
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"scripts": {
"build": "npm run util:prep-build-reqs && vite build",
"postbuild": "npm run util:generate-t9n-docs-json && npm run util:clean-readmes && npm run util:copy-legacy-vscode-data",
"build-storybook": "npm run util:prep-build-reqs && NODE_OPTIONS=--openssl-legacy-provider storybook build --output-dir ./docs --quiet",
"build-storybook": "npm run util:prep-build-reqs && NODE_OPTIONS=--openssl-legacy-provider storybook build --output-dir ./docs --stats-json --quiet",
"build:dev": "vite build --mode development",
"build:watch": "npm run util:prep-build-reqs && vite --mode production",
"build:watch-dev": "npm run util:prep-build-reqs && vite --mode development",
Expand Down

0 comments on commit ec537d8

Please sign in to comment.