Skip to content

Commit

Permalink
build: wip re-add lerna.json
Browse files Browse the repository at this point in the history
Lerna supports pnpm [1], and auto (for automatic publishing and github
label integration) requires lerna. Luckily lerna stays almost entirely
hands-off when pnpm is involved :)

[1] https://lerna.js.org/docs/recipes/using-pnpm-with-lerna
  • Loading branch information
sjbarag committed Jul 10, 2023
1 parent 43296b3 commit 1a5827e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "independent",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"registry": "https://registry.npmjs.org"
}

0 comments on commit 1a5827e

Please sign in to comment.