|
5 | 5 | "packages/*",
|
6 | 6 | "tools/*"
|
7 | 7 | ],
|
| 8 | + "scripts": { |
| 9 | + "build": "yarn turbo run build", |
| 10 | + "build-storybook": "yarn turbo run build-storybook --cache-dir=\".turbo\"", |
| 11 | + "changeset": "changeset", |
| 12 | + "ci": "yarn turbo run build lint test build-storybook --cache-dir=\".turbo\"", |
| 13 | + "clean": "yarn workspaces foreach -vA run clean", |
| 14 | + "create-package": "hygen create-package", |
| 15 | + "docs": "yarn turbo run docs", |
| 16 | + "postinstall": "husky install && yarn build", |
| 17 | + "lint": "yarn turbo run lint", |
| 18 | + "lint-and-fix": "yarn workspaces foreach -v --topological-dev --all run lint-and-fix", |
| 19 | + "prepack": "pinst --disable", |
| 20 | + "postpack": "pinst --enable", |
| 21 | + "prettier": "prettier --plugin=@prettier/plugin-xml", |
| 22 | + "release": "yarn changeset publish", |
| 23 | + "release-next": "yarn workspaces foreach --no-private -v npm publish --tag next --tolerate-republish", |
| 24 | + "resolve-workspace-deps": "yarn workspace scripts run resolve-workspace-deps", |
| 25 | + "test": "yarn turbo run test", |
| 26 | + "update-readme": "update-readme" |
| 27 | + }, |
| 28 | + "resolutions": { |
| 29 | + "jsdom": "25.0.1" |
| 30 | + }, |
8 | 31 | "devDependencies": {
|
9 | 32 | "@changesets/changelog-github": "~0.5.1",
|
10 | 33 | "@changesets/cli": "~2.28.1",
|
|
29 | 52 | "typescript-eslint": "~8.26.0",
|
30 | 53 | "update-readme": "workspace:~"
|
31 | 54 | },
|
32 |
| - "scripts": { |
33 |
| - "postinstall": "husky install && yarn build", |
34 |
| - "prepack": "pinst --disable", |
35 |
| - "postpack": "pinst --enable", |
36 |
| - "ci": "yarn turbo run build lint test build-storybook --cache-dir=\".turbo\"", |
37 |
| - "clean": "yarn workspaces foreach -vA run clean", |
38 |
| - "build": "yarn turbo run build", |
39 |
| - "lint": "yarn turbo run lint", |
40 |
| - "lint-and-fix": "yarn workspaces foreach -v --topological-dev --all run lint-and-fix", |
41 |
| - "test": "yarn turbo run test", |
42 |
| - "docs": "yarn turbo run docs", |
43 |
| - "build-storybook": "yarn turbo run build-storybook --cache-dir=\".turbo\"", |
44 |
| - "update-readme": "update-readme", |
45 |
| - "resolve-workspace-deps": "yarn workspace scripts run resolve-workspace-deps", |
46 |
| - "create-package": "hygen create-package", |
47 |
| - "release": "yarn changeset publish", |
48 |
| - "changeset": "changeset", |
49 |
| - "release-next": "yarn workspaces foreach --no-private -v npm publish --tag next --tolerate-republish", |
50 |
| - "prettier": "prettier --plugin=@prettier/plugin-xml" |
51 |
| - }, |
| 55 | + "packageManager": "[email protected]", |
52 | 56 | "engines": {
|
53 | 57 | "node": "22.14.0"
|
54 | 58 | },
|
55 | 59 | "volta": {
|
56 | 60 | "node": "22.14.0",
|
57 | 61 | "yarn": "4.5.1"
|
58 |
| - }, |
59 |
| - "packageManager": "[email protected]", |
60 |
| - "resolutions": { |
61 |
| - "jsdom": "25.0.1" |
62 | 62 | }
|
63 | 63 | }
|
0 commit comments