Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhons committed Aug 2, 2024
1 parent bf7f585 commit c3c533f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: npm ci --unsafe-perm
- name: Build Storybook
run: npm run storybook-build
run: npm run storybook:build
- name: Publish to Chromatic
run: npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"deploy": "gh-pages -d gh-pages-dist",
"storybook": "npm run build:locales && NODE_OPTIONS=\"${NODE_OPTIONS} --openssl-legacy-provider\" FAST_REFRESH=false storybook dev -p 9009",
"storybook:build": "npm run build:locales && NODE_OPTIONS=\"${NODE_OPTIONS} --openssl-legacy-provider\" storybook build --quiet -o gh-pages-dist",
"storybook-build": "npm run build:locales && build-storybook"
"storybook-build": "npm run build:locales && storybook build --quiet -o gh-pages-dist"
},
"peerDependencies": {
"@mui/material": "^5.10.11",
Expand Down

0 comments on commit c3c533f

Please sign in to comment.