|
10 | 10 | "scripts": { |
11 | 11 | "clean": "pnpm --filter \"./packages/**\" run clean", |
12 | 12 | "test": "pnpm run test:ci", |
13 | | - "test:pr": "nx affected --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:types,test:build,build", |
14 | | - "test:ci": "nx run-many --targets=test:sherif,test:knip,test:docs,test:eslint,test:lib,test:types,test:build,build", |
| 13 | + "test:pr": "nx affected --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
| 14 | + "test:ci": "nx run-many --targets=test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
15 | 15 | "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", |
16 | 16 | "test:format": "pnpm run prettier --check", |
17 | 17 | "test:sherif": "sherif", |
|
46 | 46 | "@changesets/cli": "^2.29.8", |
47 | 47 | "@faker-js/faker": "^10.1.0", |
48 | 48 | "@svitejs/changesets-changelog-github-compact": "^1.2.0", |
49 | | - "@tanstack/config": "^0.22.2", |
50 | 49 | "@tanstack/eslint-config": "0.3.3", |
51 | 50 | "@tanstack/typedoc-config": "0.3.1", |
52 | 51 | "@tanstack/vite-config": "0.4.1", |
|
0 commit comments