Skip to content

Commit

Permalink
pass the is_chromatic env var properly
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Jun 9, 2024
1 parent 0c079c0 commit 1afd571
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 24 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"test": "vitest run --reporter=verbose --reporter=junit --coverage",
"test:watch": "vitest",
"design-tokens:generate": "node ./tokens/style-dictionary.cjs",
"icons:generate": "node src/components/icon/generate-icon-types.js"
"icons:generate": "node src/components/icon/generate-icon-types.js",
"chromatic": "VITE_IS_CHROMATIC=true chromatic"
},
"dependencies": {
"@floating-ui/dom": "1.6.3",
Expand Down Expand Up @@ -65,6 +66,7 @@
"@web-types/lit": "2.0.0-3",
"babel-loader": "9.1.3",
"cem-plugin-expanded-types": "1.2.0",
"chromatic": "11.5.3",
"custom-element-jet-brains-integration": "1.4.4",
"date-fns": "2.30.0",
"element-internals-polyfill": "1.3.10",
Expand Down

0 comments on commit 1afd571

Please sign in to comment.