|
10 | 10 | "scripts": { |
11 | 11 | "cleanNodeModules": "rm -rf node_modules && pnpm -r exec rm -rf node_modules", |
12 | 12 | "build": "nx run-many --target=build --parallel 5", |
13 | | - "cipublish": "node scripts/publish.js", |
14 | 13 | "dev": "nx run-many --target=dev --parallel 20", |
15 | | - "test": "nx run-many -t test", |
| 14 | + "test": "nx run-many --target=test", |
16 | 15 | "check-outdated": "node scripts/check-outdated-packages.js", |
17 | 16 | "update-outdated": "node scripts/check-outdated-packages.js --update", |
18 | | - "prepare": "husky install" |
| 17 | + "prepare": "husky install", |
| 18 | + "changeset": "changeset", |
| 19 | + "changeset:publish": "changeset publish", |
| 20 | + "changeset:version": "changeset version && pnpm install --no-frozen-lockfile" |
19 | 21 | }, |
20 | 22 | "devDependencies": { |
| 23 | + "@changesets/cli": "^2.29.8", |
| 24 | + "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
21 | 25 | "@tanstack/eslint-config": "^0.3.4", |
22 | | - "@tanstack/publish-config": "^0.2.2", |
23 | 26 | "eslint": "^9.20.0", |
24 | 27 | "eslint-plugin-react-hooks": "^5.1.0", |
25 | 28 | "eslint-plugin-unused-imports": "^4.1.4", |
|
0 commit comments