Skip to content

Commit ac17289

Browse files
committed
chore: Remove lerna
1 parent df454d7 commit ac17289

File tree

2 files changed

+1
-926
lines changed

2 files changed

+1
-926
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,15 @@
1111
"build:stub": "pnpm --filter './packages/**' build --stub",
1212
"build:prepare": "pnpm --filter './packages/**' dev:prepare",
1313
"sponsor": "sponsorkit",
14-
"build:pinia-orm": "lerna run build --scope pinia-orm",
15-
"play": "lerna run play",
1614
"format": "prettier -c --parser typescript \"packages/*/{src,__tests__,e2e}/**/*.[jt]s?(x)\"",
1715
"format:fix": "pnpm run format --write",
1816
"lint": "pnpm --filter './packages/**' lint",
1917
"lint:fix": "pnpm --filter './packages/**' lint:fix",
2018
"test": "pnpm --filter './packages/**' test",
2119
"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"
2521
},
2622
"devDependencies": {
27-
"@lerna-lite/cli": "^3.6.0",
28-
"@lerna-lite/run": "^3.6.0",
2923
"@types/lodash.kebabcase": "^4.1.9",
3024
"@types/node": "^22.10.5",
3125
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)