|
8 | 8 | "homepage": "https://cloudscape.design", |
9 | 9 | "scripts": { |
10 | 10 | "prebuild": "rm -rf lib dist .cache", |
11 | | - "build": "npm-run-all build:pkg --parallel build:src:* --parallel build:pages:* build:themeable", |
| 11 | + "build": "npm-run-all build:pkg build:custom-css-properties --parallel build:src:* --parallel build:pages:* build:themeable", |
12 | 12 | "lint": "npm-run-all --parallel lint:*", |
13 | 13 | "lint:eslint": "eslint --ignore-path .gitignore --ext ts,tsx,js .", |
14 | 14 | "lint:stylelint": "stylelint --ignore-path .gitignore '{src,pages}/**/*.{css,scss}'", |
|
27 | 27 | "start:watch:ts": "npm run build:src:js -- --watch", |
28 | 28 | "start:watch:css": "chokidar \"./src/**/*.scss\" -c \"npm run build:src:css\"", |
29 | 29 | "build:pkg": "node scripts/package-json.js", |
| 30 | + "build:custom-css-properties": "node scripts/custom-css-properties.js", |
30 | 31 | "build:src:js": "tsc -p tsconfig.json --inlineSources --sourceMap", |
31 | 32 | "build:src:css": "node scripts/compile-styles.js", |
32 | 33 | "build:src:test-utils": "node scripts/test-utils.js", |
|
78 | 79 | "@vitejs/plugin-react": "^4.2.1", |
79 | 80 | "@vitest/coverage-v8": "^3.0.7", |
80 | 81 | "@vitest/eslint-plugin": "^1.1.31", |
| 82 | + "change-case": "^4.1.2", |
81 | 83 | "chokidar-cli": "^3.0.0", |
82 | 84 | "deep-freeze-es6": "^1.4.1", |
83 | 85 | "delay-cli": "^2.0.0", |
|
0 commit comments