Skip to content

Commit

Permalink
chore: init lerna to manage versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jul 11, 2024
1 parent 2087c64 commit e621316
Show file tree
Hide file tree
Showing 3 changed files with 3,761 additions and 24 deletions.
10 changes: 10 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"packages": ["packages/*"],
"npmClient": "pnpm",
"skipNxCache": true,
"signGitCommit": true,
"signGitTag": true,
"private": false
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"cross-env": "^7.0.3",
"emnapi": "^1.2.0",
"husky": "^9.0.11",
"lerna": "8.1.4",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.2",
"oxlint": "^0.5.2",
Expand Down
Loading

0 comments on commit e621316

Please sign in to comment.