|
6 | 6 | "scripts": {
|
7 | 7 | "doc": "doctoc --maxlevel 3 --notitle README.md",
|
8 | 8 | "prepare": "husky install",
|
9 |
| - "clean": "lerna run clean && lerna clean --yes && rimraf node_modules", |
10 |
| - "start": "yarn build && yarn start:all", |
11 |
| - "start:all": "lerna run start --parallel", |
12 |
| - "build": "lerna run build --stream", |
13 |
| - "test": "lerna run test --stream --concurrency=1", |
14 |
| - "test:quick": "lerna run test:quick --stream --concurrency=1", |
15 |
| - "publish:release": "lerna publish --tag-version-prefix=\"\" --force-publish=* --no-push --no-git-tag-version", |
| 9 | + "clean": "turbo run clean", |
| 10 | + "start": "turbo run start", |
| 11 | + "build": "turbo run build --concurrency=1", |
| 12 | + "test": "turbo run test --concurrency=1", |
| 13 | + "publish:release": "turbo run publish:release --concurrency=1", |
16 | 14 | "prettier": "prettier --write --ignore-path=.eslintignore --loglevel=warn",
|
17 | 15 | "lint": "eslint --cache --cache-location node_modules/.cache/eslint --fix",
|
18 | 16 | "lint:all": "yarn lint . && yarn prettier .",
|
|
23 | 21 | "eslint": "8.33.0",
|
24 | 22 | "eslint-config-ringcentral-typescript": "7.0.3",
|
25 | 23 | "husky": "7.0.4",
|
26 |
| - "lerna": "4.0.0", |
27 | 24 | "lint-staged": "11.1.2",
|
28 | 25 | "prettier": "2.8.3",
|
29 | 26 | "rimraf": "4.1.2",
|
| 27 | + "turbo": "^1.7.3", |
30 | 28 | "typescript": "4.5.5"
|
31 | 29 | },
|
32 | 30 | "workspaces": [
|
|
0 commit comments