Skip to content

Commit 4bf350d

Browse files
add lerna
1 parent e00f3f3 commit 4bf350d

File tree

3 files changed

+4288
-72
lines changed

3 files changed

+4288
-72
lines changed

lerna.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "independent",
4+
"packages": [
5+
"."
6+
],
7+
"npmClient": "pnpm"
8+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"node-fetch": "^2.3.0",
4040
"proxy": "^1.0.1",
4141
"ts-node": "^8.0.2",
42+
"lerna": "^9.0.0",
4243
"typescript": "^5.9.3"
4344
},
4445
"dependencies": {

0 commit comments

Comments
 (0)