Skip to content

Commit

Permalink
fix: script path
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Dec 27, 2024
1 parent 0f8b165 commit 165ecb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
run: npm run build:storybook
working-directory: packages/react
- name: Build components.json
run: npx tsx script/components-json/build.ts --storybook-data 'packages/react/storybook-static/index.json'
run: npx tsx script/components-json/build.ts --storybook-data 'storybook-static/index.json'
working-directory: packages/react

sizes:
Expand Down

0 comments on commit 165ecb4

Please sign in to comment.