Skip to content

Commit

Permalink
adapt setting of env var to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
r3dDoX committed Jun 22, 2024
1 parent e7d8147 commit 5fe0e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
exitOnceUploaded: true
onlyChanged: true
workingDir: web-components
buildScriptName: 'build-storybook:chromatic'
autoAcceptChanges: main
zip: true

Expand Down
4 changes: 2 additions & 2 deletions web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"storybook": "storybook dev -p 6006 --no-open",
"prebuild-storybook": "npm run build",
"build-storybook": "storybook build",
"build-storybook:chromatic": "VITE_IS_CHROMATIC=true storybook build",
"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",
"chromatic": "VITE_IS_CHROMATIC=true chromatic"
"icons:generate": "node src/components/icon/generate-icon-types.js"
},
"dependencies": {
"@floating-ui/dom": "1.6.3",
Expand Down

0 comments on commit 5fe0e8f

Please sign in to comment.