|
11 | 11 | "build:stub": "pnpm --filter './packages/**' build --stub",
|
12 | 12 | "build:prepare": "pnpm --filter './packages/**' dev:prepare",
|
13 | 13 | "sponsor": "sponsorkit",
|
14 |
| - "build:pinia-orm": "lerna run build --scope pinia-orm", |
15 |
| - "play": "lerna run play", |
16 | 14 | "format": "prettier -c --parser typescript \"packages/*/{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
|
17 | 15 | "format:fix": "pnpm run format --write",
|
18 | 16 | "lint": "pnpm --filter './packages/**' lint",
|
19 | 17 | "lint:fix": "pnpm --filter './packages/**' lint:fix",
|
20 | 18 | "test": "pnpm --filter './packages/**' test",
|
21 | 19 | "test:coverage": "pnpm --filter './packages/**' coverage",
|
22 |
| - "test:types": "tsc --build ./tsconfig.json", |
23 |
| - "test:dts": "lerna run test:dts", |
24 |
| - "docs:api": "lerna run docs:api --scope @pinia/docs" |
| 20 | + "test:types": "tsc --build ./tsconfig.json" |
25 | 21 | },
|
26 | 22 | "devDependencies": {
|
27 |
| - "@lerna-lite/cli": "^3.6.0", |
28 |
| - "@lerna-lite/run": "^3.6.0", |
29 | 23 | "@types/lodash.kebabcase": "^4.1.9",
|
30 | 24 | "@types/node": "^22.10.5",
|
31 | 25 | "chalk": "^4.1.2",
|
|
0 commit comments