@fabio.caffarello/react-design-system 1.23.17 → 1.24.0
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -117,7 +117,8 @@ npm run lint # eslint
|
|
|
117
117
|
npm run build # library build (tsc + vite)
|
|
118
118
|
npm run build-storybook # static storybook
|
|
119
119
|
npm run storybook:smoke # runtime smoke-test all stories
|
|
120
|
-
npm run test:a11y:baseline # serial axe baseline (light + dark, ~
|
|
120
|
+
npm run test:a11y:baseline # serial axe baseline (light + dark, ~11min on local SSD)
|
|
121
|
+
node scripts/validate-a11y-baseline.mjs # gate: exits 1 if critical+serious>0 on either theme
|
|
121
122
|
npm run plop # scaffold a new component
|
|
122
123
|
```
|
|
123
124
|
|