|
27 | 27 | "clean:env": "rm -rf .env .storybook/chromatic.config.json", |
28 | 28 | "clean:preview": "nx clean storybook --skip-nx-cache", |
29 | 29 | "cleaner": "nx run-many --target clean --projects", |
30 | | - "compare": "cross-env NODE_ENV=production node --no-warnings ./tasks/compare-compiled-output.js", |
| 30 | + "compare": "cross-env NODE_ENV=production yarn bundle && yarn component:compare", |
31 | 31 | "component:build": "node --no-warnings ./tasks/component-builder.js", |
32 | 32 | "component:compare": "node --no-warnings ./tasks/component-compare.js", |
33 | 33 | "component:report": "node --no-warnings ./tasks/component-reporter.js", |
|
70 | 70 | "@changesets/cli": "^2.27.11", |
71 | 71 | "@commitlint/cli": "^19.6.1", |
72 | 72 | "@commitlint/config-conventional": "^19.6.0", |
73 | | - "@csstools/postcss-bundler": "^2.0.6", |
74 | 73 | "@nx/devkit": "^19.8.2", |
75 | 74 | "@spectrum-tools/postcss-add-theming-layer": "1.0.2", |
76 | 75 | "@spectrum-tools/postcss-property-rollup": "0.0.1", |
|
117 | 116 | "prettier": "^3.5.3", |
118 | 117 | "rimraf": "^6.0.1", |
119 | 118 | "semver": "^7.7.1", |
120 | | - "stylelint": "^16.15.0", |
121 | | - "stylelint-config-standard": "^36.0.1", |
122 | | - "stylelint-header": "^2.1.0", |
| 119 | + "stylelint": "^16.18.0", |
| 120 | + "stylelint-config-standard": "^38.0.0", |
| 121 | + "stylelint-header": "^3.0.0", |
123 | 122 | "stylelint-high-performance-animation": "^1.11.0", |
124 | 123 | "stylelint-order": "^6.0.4", |
125 | 124 | "stylelint-selector-bem-pattern": "^4.0.1", |
|
0 commit comments