|
10 | 10 | "start": "tsc -w", |
11 | 11 | "build": "lerna run build --parallel", |
12 | 12 | "---------": "", |
13 | | - "test": "lerna run test", |
| 13 | + "test": "jest", |
14 | 14 | "test:coverage": "jest --coverage", |
15 | 15 | "--------- ": "", |
16 | 16 | "release": "multi-semantic-release", |
17 | 17 | "--------- ": "", |
18 | 18 | "lint": "npm run lint-eslint && npm run tsc", |
19 | 19 | "tsc": "tsc -p tsconfig-check.json", |
20 | | - "lint-eslint": "eslint --cache --fix --ext .js,.jsx,.ts,.tsx --format=pretty packages", |
| 20 | + "lint-eslint": "eslint --cache --fix --ext .js,.jsx,.ts,.tsx packages/**/src", |
21 | 21 | "lint-staged": "lint-staged", |
22 | 22 | "lint-styles": "stylelint", |
23 | | - "lint-staged:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty", |
24 | | - "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ", |
| 23 | + "lint-staged:js": "eslint --cache --ext .js,.jsx,.ts,.tsx", |
| 24 | + "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx ", |
25 | 25 | "prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'", |
26 | 26 | "--------- ": "", |
27 | 27 | "clean": "lerna run clean && rm -rf es lib dist build coverage .umi .eslintcache apis", |
|
55 | 55 | "commitlint-config-gitmoji": "^2.2.5-beta.1", |
56 | 56 | "eslint": "^8", |
57 | 57 | "father": "^4", |
58 | | - "husky": "^4.3.8", |
| 58 | + "husky": "^8", |
59 | 59 | "jest": "^29", |
60 | 60 | "lerna": "^4.0.0", |
61 | | - "lint-staged": "^10.5.3", |
| 61 | + "lint-staged": "^13", |
62 | 62 | "multi-semantic-release": "^2.6.0", |
63 | 63 | "prettier": "^2.2.1", |
64 | 64 | "semantic-release": "^19.0.5", |
|
0 commit comments