Skip to content

Commit 5acd75d

Browse files
committed
chore: 新增 lerna 文件,适配雨燕 monorepo
1 parent 0716602 commit 5acd75d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

lerna.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"packages": [
3+
"packages/*"
4+
],
5+
"npmClient": "tnpm",
6+
"registry": "http://registry.npm.alibaba-inc.com",
7+
"version": "4.1.1",
8+
"command": {
9+
"bootstrap": {
10+
"npmClientArgs": [
11+
"--no-package-lock"
12+
]
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)