|
25 | 25 | "build:all": "nx run-many --target=build --exclude=examples/**", |
26 | 26 | "watch": "pnpm run build:all && nx watch --all -- pnpm run build:all", |
27 | 27 | "dev": "pnpm run watch", |
28 | | - "prettier": "prettier --experimental-cli --ignore-unknown '**/*'", |
29 | | - "prettier:write": "pnpm run prettier --write", |
| 28 | + "format": "prettier --experimental-cli --ignore-unknown '**/*' --write", |
30 | 29 | "generate-docs": "node scripts/generate-docs.ts", |
31 | | - "cipublish": "node scripts/publish.ts", |
32 | | - "cipublishforce": "CI=true pnpm cipublish" |
| 30 | + "changeset": "changeset", |
| 31 | + "changeset:publish": "changeset publish", |
| 32 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm format" |
33 | 33 | }, |
34 | 34 | "nx": { |
35 | 35 | "includedScripts": [ |
|
39 | 39 | ] |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
| 42 | + "@changesets/cli": "^2.29.8", |
42 | 43 | "@eslint-react/eslint-plugin": "^1.53.1", |
| 44 | + "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
43 | 45 | "@tanstack/eslint-config": "0.3.3", |
44 | | - "@tanstack/publish-config": "0.2.2", |
45 | 46 | "@tanstack/typedoc-config": "0.3.1", |
46 | 47 | "@tanstack/vite-config": "0.4.1", |
47 | 48 | "@testing-library/jest-dom": "^6.9.1", |
|
0 commit comments