|
15 | 15 | "build:es": "rollup --config --bundleConfigAsCjs", |
16 | 16 | "build:ts": "tsc --declaration --declarationDir types --emitDeclarationOnly", |
17 | 17 | "build": "yarn run build:clean && yarn run build:es && yarn run build:ts", |
18 | | - "validate": "yarn run lint && yarn run typecheck && yarn run test", |
| 18 | + "validate": "yarn run lint && yarn run typecheck && yarn run test && yarn run test:storybook", |
19 | 19 | "test": "jest", |
20 | 20 | "test:watch": "jest --watch", |
| 21 | + "test:storybook": "test-storybook", |
21 | 22 | "storybook": "storybook dev --port=6006", |
22 | 23 | "storybook:build": "storybook build --quiet", |
23 | 24 | "typecheck": "tsc --noEmit", |
|
83 | 84 | "@storybook/addon-docs": "^10.0.5", |
84 | 85 | "@storybook/addon-webpack5-compiler-babel": "^3.0.6", |
85 | 86 | "@storybook/react-webpack5": "^10.0.5", |
| 87 | + "@storybook/test-runner": "^0.24.1", |
86 | 88 | "@testing-library/dom": "^9.3.3", |
87 | 89 | "@testing-library/jest-dom": "^6.6.4", |
88 | 90 | "@testing-library/react": "^14.1.2", |
|
111 | 113 | "jest-environment-jsdom": "^30.2.0", |
112 | 114 | "less": "^4.2.0", |
113 | 115 | "less-loader": "^11.1.3", |
| 116 | + "playwright": "^1.56.1", |
114 | 117 | "prettier": "^3.1.0", |
115 | 118 | "react": "^18.2.0", |
116 | 119 | "react-dom": "^18.2.0", |
|
130 | 133 | "ts-loader": "^9.5.1", |
131 | 134 | "ts-node": "^10.9.1", |
132 | 135 | "typescript": "^5.3.2", |
| 136 | + "wait-on": "^9.0.3", |
133 | 137 | "webpack": "^5.97.0" |
134 | 138 | }, |
135 | | - "packageManager": "yarn@4.10.3" |
| 139 | + "packageManager": "yarn@4.12.0" |
136 | 140 | } |
0 commit comments