Skip to content

Commit

Permalink
feat(natds-react): update build-Storybook
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-react
DSY-4653
  • Loading branch information
vagnerbarbosant committed May 3, 2024
1 parent 7086df4 commit fd6ce0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cicd/build-storybook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ -z "$(./.cicd/skip-commit.sh)" ]; then
echo "Created ${FOLDER_NAME} folder"
fi

yarn --cwd packages/react build
yarn --cwd packages/react build:storybook

mkdir -p "${OUTPUT_PATH}/react"
cp -r packages/react/docs/dist/* ${OUTPUT_PATH}/react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Icon/Icon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const ListIcon: Story<IconProps> = () => {

const countIcons = () => {
const counts = {
filled: 0,
filled: 1,
outlined: 0,
categories: {} as { [key: string]: number }
}
Expand Down

0 comments on commit fd6ce0d

Please sign in to comment.