@fabio.caffarello/react-design-system 1.23.12 → 1.23.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -116,6 +116,8 @@ npm run test:coverage # with coverage
116
116
  npm run lint # eslint
117
117
  npm run build # library build (tsc + vite)
118
118
  npm run build-storybook # static storybook
119
+ npm run storybook:smoke # runtime smoke-test all stories
120
+ npm run test:a11y:baseline # serial axe baseline (light + dark, ~96min)
119
121
  npm run plop # scaffold a new component
120
122
  ```
121
123