|
11 | 11 | "clean": "rimraf ./**/node_modules",
|
12 | 12 | "generate": "pnpm -r --workspace-concurrency=1 run generate",
|
13 | 13 | "generate:core": "pnpm -r --filter @sensoro-design/icons-svg run generate",
|
14 |
| - "build": "pnpm -r --workspace-concurrency=1 run build", |
15 |
| - "build:clean": "pnpm -r --workspace-concurrency=1 run build:clean", |
16 |
| - "build:core": "pnpm -r --filter @sensoro-design/icons-svg run build", |
17 | 14 | "release": "walrus release",
|
| 15 | + "release:build": "lerna run --concurrency 8 --no-private build", |
| 16 | + "release:version": "lerna version --conventional-commits --no-push --yes --no-private", |
| 17 | + "release:publish": "pnpm publish --recursive --tag latest", |
18 | 18 | "prepare": "husky || true",
|
19 | 19 | "preinstall": "npx only-allow pnpm"
|
20 | 20 | },
|
|
27 | 27 | },
|
28 | 28 | "homepage": "https://sen-icons.xingkang.wang",
|
29 | 29 | "devDependencies": {
|
| 30 | + "@commitlint/cli": "catalog:", |
| 31 | + "@commitlint/config-conventional": "catalog:", |
30 | 32 | "@pansy/shared": "catalog:",
|
31 | 33 | "@rgrove/parse-xml": "catalog:",
|
32 | 34 | "@sensoro-design/icons": "workspace:*",
|
|
43 | 45 | "@types/through2": "catalog:",
|
44 | 46 | "@types/vinyl": "catalog:",
|
45 | 47 | "@umijs/utils": "catalog:",
|
46 |
| - "@walrus/cli": "catalog:", |
47 |
| - "@walrus/plugin-release": "catalog:", |
48 | 48 | "antd": "catalog:",
|
| 49 | + "chalk": "catalog:", |
| 50 | + "cross-spawn": "catalog:", |
49 | 51 | "del": "catalog:",
|
50 | 52 | "dumi": "catalog:",
|
51 | 53 | "father": "catalog:",
|
|
54 | 56 | "gulp-header": "catalog:",
|
55 | 57 | "gulp-rename": "catalog:",
|
56 | 58 | "husky": "catalog:",
|
57 |
| - "lerna": "^6.5.1", |
| 59 | + "lerna": "catalog:", |
58 | 60 | "lint-staged": "catalog:",
|
59 | 61 | "lodash": "catalog:",
|
60 | 62 | "prettier": "catalog:",
|
61 | 63 | "ramda": "catalog:",
|
62 | 64 | "react": "catalog:",
|
63 | 65 | "react-dom": "catalog:",
|
64 | 66 | "rimraf": "catalog:",
|
| 67 | + "signale": "catalog:", |
| 68 | + "simple-git": "catalog:", |
65 | 69 | "svgo": "catalog:",
|
66 | 70 | "through2": "catalog:",
|
67 | 71 | "tsx": "catalog:",
|
68 | 72 | "typescript": "catalog:",
|
69 | 73 | "use-clipboard-hook": "catalog:",
|
70 | 74 | "vinyl": "catalog:",
|
| 75 | + "walrus": "workspace:*", |
71 | 76 | "zx": "catalog:"
|
72 | 77 | },
|
73 | 78 | "lint-staged": {
|
|
0 commit comments