Skip to content

Commit

Permalink
fix: match lerna versions and do not use nx (google#1567)
Browse files Browse the repository at this point in the history
* fix: match lerna versions and do not use nx in examples

* fix: do not use nx at root either
  • Loading branch information
maribethb authored Feb 16, 2023
1 parent f22cf2e commit be797f0
Show file tree
Hide file tree
Showing 4 changed files with 9,732 additions and 12,396 deletions.
3 changes: 2 additions & 1 deletion examples/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"**-demo"
],
"version": "independent",
"npmClient": "npm"
"npmClient": "npm",
"useNx": false
}
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"changelogPreset": {
"name": "conventionalcommits"
},
"ignoreChanges": ["plugins/**/package-lock.json"]
"ignoreChanges": ["plugins/**/package-lock.json"],
"useNx": false
}
Loading

0 comments on commit be797f0

Please sign in to comment.