Skip to content

Commit

Permalink
fix(js): lerna setup
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
  • Loading branch information
berendsliedrecht committed Jul 2, 2024
1 parent 10f58b3 commit c050252
Show file tree
Hide file tree
Showing 4 changed files with 9,145 additions and 7,083 deletions.
1 change: 1 addition & 0 deletions wrappers/javascript/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm-lock.yaml
10 changes: 3 additions & 7 deletions wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.2",
"npmClient": "pnpm",
"command": {
"version": {
"allowBranch": "main"
}
}
"version": "0.2.3",
"packages": ["packages/*"],
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion wrappers/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"lerna": "^8.1.2",
"lerna": "^8.1.3",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
Expand Down
Loading

0 comments on commit c050252

Please sign in to comment.