|
13 | 13 | "test:browser": "yarn run build:full && npx jest --testPathPattern=browser-compatibility", |
14 | 14 | "test:regression": "yarn run build:full && npx jest --testPathPattern=regression", |
15 | 15 | "test:all-accessibility": "yarn run build:full && npx jest --testNamePattern=\"accessibility|integration|browser.*compatibility|screen.*reader\"", |
16 | | - "build": "gulp build", |
| 16 | + "build": "node scripts/build.js", |
17 | 17 | "build:full": "yarn run build && bundle exec jekyll build", |
18 | 18 | "start": "yarn run build && bundle exec jekyll serve --baseurl ''", |
19 | 19 | "start:storybook-static": "export STORYBOOK_ENV=8080 && yarn run build && bundle exec jekyll serve --baseurl ''", |
20 | 20 | "watch": "yarn run build && bundle exec jekyll serve --baseurl '' --incremental --livereload", |
21 | 21 | "update-releases": "rm -rf json_data_cache && yarn run build:full", |
22 | | - "build-json": "gulp move-json-data && gulp process-component-maturity && gulp process-component-maturity-figma", |
| 22 | + "build-json": "node scripts/build-json.js", |
23 | 23 | "process-monthly-report": "node scripts/process-monthly-report.js", |
24 | 24 | "collect-metrics": "node scripts/collect-issue-metrics.js", |
25 | 25 | "update-metrics": "npm run collect-metrics", |
|
47 | 47 | "@testing-library/jest-dom": "^6.1.4", |
48 | 48 | "@testing-library/user-event": "^14.5.1", |
49 | 49 | "babel-jest": "^29.7.0", |
50 | | - "gulp": "^4.0.2", |
51 | | - "gulp-clean": "^0.4.0", |
52 | | - "gulp-rename": "^2.0.0", |
53 | | - "gulp-replace": "^1.1.4", |
54 | | - "gulp-string-replace": "^1.1.2", |
55 | 50 | "jest": "^29.7.0", |
56 | 51 | "jest-axe": "^8.0.0", |
57 | 52 | "jest-environment-jsdom": "^29.7.0", |
|
0 commit comments