Skip to content

Commit 9bbb0b4

Browse files
committed
chore: configure lerna to manage releases
1 parent 420d9e6 commit 9bbb0b4

File tree

3 files changed

+7399
-1806
lines changed

3 files changed

+7399
-1806
lines changed

lerna.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"husky": "^7.0.4",
2121
"jest": "^29.3.1",
2222
"jest-config": "^29.3.1",
23+
"lerna": "^6.4.1",
2324
"prettier": "^2.7.1",
2425
"prettier-plugin-organize-imports": "^3.2.2",
2526
"rollup": "^3.10.0",

0 commit comments

Comments
 (0)