Skip to content

Commit

Permalink
feat: add @lerna/legacy-package-management package (#3602)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Mar 23, 2023
1 parent b90b684 commit 4a03dd5
Show file tree
Hide file tree
Showing 14 changed files with 569 additions and 145 deletions.
2 changes: 1 addition & 1 deletion integration/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "integration",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"implicitDependencies": ["lerna", "legacy-structure-commands-*"],
"implicitDependencies": ["lerna", "legacy-structure-commands-*", "legacy-package-management"],
"targets": {
"lint": {
"executor": "@nrwl/linter:eslint",
Expand Down
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "lerna",
"tasksRunnerOptions": {
"default": {
"runner": "@nrwl/nx-cloud",
Expand Down
Loading

0 comments on commit 4a03dd5

Please sign in to comment.