|
3 | 3 | "name": "query", |
4 | 4 | "repository": "https://github.com/tanstack/query.git", |
5 | 5 | "scripts": { |
6 | | - "clean": "npm exec --workspaces -c \"rm -rf build || true\"", |
| 6 | + "clean": "lerna run clean --stream --no-bail", |
7 | 7 | "install:csb": "npm install --frozen-lockfile && node ./scripts/fix-package-json.js", |
8 | 8 | "test": "(is-ci && npm run test:ci) || npm run test:dev", |
9 | | - "test:ci": "npm run compile && npm run test:format && npm run test:eslint && npm run test:jest", |
10 | | - "test:dev": "npm run compile && npm run test:format && npm run test:eslint && npm run test:jest:dev", |
| 9 | + "test:ci": "npm run typecheck && npm run test:format && npm run test:eslint && npm run test:jest", |
| 10 | + "test:dev": "npm run typecheck && npm run test:format && npm run test:eslint && npm run test:jest:dev", |
11 | 11 | "test:dev:17": "REACTJS_VERSION=17 jest --watch", |
12 | 12 | "test:eslint": "lerna run test:eslint --stream --no-bail", |
13 | 13 | "test:format": "npm run prettier -- --check", |
|
23 | 23 | "prettier": "prettier \"packages/*/{src/**,examples/**/src/**}.{md,js,jsx,ts,tsx,json}\"", |
24 | 24 | "prettier:write": "npm run prettier -- --write", |
25 | 25 | "visualize": "lerna exec 'open build/stats-html.html'", |
26 | | - "cipublish": "ts-node scripts/publish.ts", |
27 | | - "compile": "lerna run compile --stream --no-bail" |
| 26 | + "cipublish": "ts-node scripts/publish.ts" |
28 | 27 | }, |
29 | 28 | "namespace": "@tanstack", |
30 | 29 | "workspaces": [ |
|
0 commit comments