Skip to content

Commit

Permalink
chore(pie-textarea): DSW-2653 update packages/components/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maledr5 authored Dec 10, 2024
1 parent 555968e commit 9908b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ As with the browser tests, it is vital that the component to test is mounted and
When we build a component, we run a plugin for Rollup named `rollup-plugin-visualizer`. This generates a file for each component named `stats.html` in the root of the component package. This file can be viewed in the browser to visualise the bundled Javascript and better understand what contributes to the size of the final build output.

## Component Status changes
The `package.json` file of each component is the source of truth for its status. Once a status change in package.json is merged into the main branch, it will automatically be reflected in both Storybook and the Documentation site.
The `package.json` file of each component is the source of truth for its status. Any change of status in package.json would be automatically reflected in Storybook and the Documentation site after a build step in the components package. There is no need to manually change `component-statuses.json` files.

0 comments on commit 9908b28

Please sign in to comment.