optimize: 包管理工具,使用 `pnpm` 替换掉 `lerna` (#395)
parent
8bb2d62c45
commit
1a3918b402
@ -1,7 +0,0 @@
|
||||
cd ../
|
||||
|
||||
node -v
|
||||
|
||||
npm install -g cnpm --registry=https://registry.npmmirror.com
|
||||
|
||||
cnpm install -g lerna@6
|
@ -0,0 +1,5 @@
|
||||
cd ../
|
||||
|
||||
node -v
|
||||
|
||||
npm install -g pnpm --registry=https://registry.npmmirror.com
|
@ -1,18 +0,0 @@
|
||||
{
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"command": {
|
||||
"publish": {
|
||||
"ignoreChanges": [
|
||||
"*.md",
|
||||
"config",
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
"bootstrap": {
|
||||
"ignore": []
|
||||
}
|
||||
},
|
||||
"version": "1.8.9"
|
||||
}
|
@ -1,11 +1,7 @@
|
||||
{
|
||||
"name": "dev-sidecar-parent",
|
||||
"packageManager": "pnpm@9.13.2",
|
||||
"private": false,
|
||||
"author": "Greper",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^6.6.2"
|
||||
}
|
||||
"license": "MPL-2.0"
|
||||
}
|
||||
|
Loading…
Reference in new issue