Skip to content

Commit 937f83d

Browse files
committed
build: setup lerna-lite
1 parent 99b5cb0 commit 937f83d

File tree

3 files changed

+1260
-9
lines changed

3 files changed

+1260
-9
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-lite/cli/schemas/lerna-schema.json",
3+
"npmClient": "pnpm",
4+
"packages": [
5+
"packages/*"
6+
],
7+
"version": "0.9.8-beta.0"
8+
}

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"update:website": "bun run --bun ./scripts/update-website.ts"
5858
},
5959
"devDependencies": {
60+
"@lerna-lite/cli": "3.1.0",
61+
"@lerna-lite/publish": "3.1.0",
6062
"@rollup/plugin-commonjs": "25.0.7",
6163
"@rollup/plugin-json": "6.1.0",
6264
"@rollup/plugin-node-resolve": "15.2.3",

0 commit comments

Comments
 (0)