Skip to content

Commit

Permalink
Merge pull request #278 from dojoengine/fix/lerna-2
Browse files Browse the repository at this point in the history
fix: lerna
  • Loading branch information
ponderingdemocritus authored Sep 25, 2024
2 parents 58bda16 + 26e9b4e commit efc2ebf
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.12",
"packages": ["packages/*", "examples/*"],
"npmClient": "pnpm",
"command": {
"publish": {
"conventionalCommits": true,
"yes": true
}
}
"packages": ["packages/*"],
"npmClient": "pnpm"
}

0 comments on commit efc2ebf

Please sign in to comment.