Skip to content

Commit

Permalink
build: initialize lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Oct 11, 2023
1 parent b7710cd commit 650ebf7
Show file tree
Hide file tree
Showing 3 changed files with 2,294 additions and 32 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "5.1.4",
"packages": ["packages/*"],
"npmClient": "pnpm"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@mlaursen/eslint-config": "^3.0.0",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"lerna": "^7.3.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"turbo": "^1.10.15",
Expand Down
Loading

0 comments on commit 650ebf7

Please sign in to comment.