|
1 | 1 | { |
2 | | - "name": "@patternfly/extended-components-root", |
| 2 | + "name": "@patternfly/react-component-groups-root", |
3 | 3 | "private": true, |
4 | 4 | "version": "0.0.0", |
5 | 5 | "description": "This library provides patternfly extensions", |
|
9 | 9 | ], |
10 | 10 | "scripts": { |
11 | 11 | "build": "yarn build:packages && yarn build:fed:packages", |
12 | | - "build:docs": "yarn workspace @patternfly/extended-components docs:build", |
13 | | - "build:packages": "yarn workspace @patternfly/extended-components build", |
14 | | - "build:fed:packages": "yarn workspace @patternfly/extended-components build:fed:packages", |
15 | | - "start": "yarn build && concurrently --kill-others \"yarn workspace @patternfly/extended-components docs:develop\"", |
16 | | - "serve:docs": "yarn workspace @patternfly/extended-components docs:serve", |
17 | | - "clean": "yarn workspace @patternfly/extended-components clean", |
| 12 | + "build:docs": "yarn workspace @patternfly/react-component-groups docs:build", |
| 13 | + "build:packages": "yarn workspace @patternfly/react-component-groups build", |
| 14 | + "build:fed:packages": "yarn workspace @patternfly/react-component-groups build:fed:packages", |
| 15 | + "start": "yarn build && concurrently --kill-others \"yarn workspace @patternfly/react-component-groups docs:develop\"", |
| 16 | + "serve:docs": "yarn workspace @patternfly/react-component-groups docs:serve", |
| 17 | + "clean": "yarn workspace @patternfly/react-component-groups clean", |
18 | 18 | "lint:js": "node --max-old-space-size=4096 node_modules/.bin/eslint packages --ext js,jsx,ts,tsx --cache", |
19 | 19 | "lint:md": "yarn eslint packages --ext md --no-eslintrc --config .eslintrc-md.json --cache", |
20 | 20 | "lint": "yarn lint:js && yarn lint:md", |
21 | 21 | "test": "TZ=EST jest packages", |
22 | | - "test:a11y": "yarn workspace @patternfly/extended-components test:a11y", |
23 | | - "serve:a11y": "yarn workspace @patternfly/extended-components serve:a11y" |
| 22 | + "test:a11y": "yarn workspace @patternfly/react-component-groups test:a11y", |
| 23 | + "serve:a11y": "yarn workspace @patternfly/react-component-groups serve:a11y" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "react": "^17", |
|
0 commit comments