From 3ee03d1607a3ecef8f3bc3e9eb5fe774e123ac48 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Sun, 18 Aug 2024 22:24:29 -0400 Subject: [PATCH] chore: rename nx test project to avoid conflict with package name --- test/projects/nx/nx.json | 2 +- test/projects/nx/package.json | 2 +- test/yarn.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/projects/nx/nx.json b/test/projects/nx/nx.json index 35d8d9e..340da90 100644 --- a/test/projects/nx/nx.json +++ b/test/projects/nx/nx.json @@ -1,6 +1,6 @@ { "extends": "@nrwl/workspace/presets/core.json", - "npmScope": "nx", + "npmScope": "project-nx", "affected": { "defaultBase": "main" }, diff --git a/test/projects/nx/package.json b/test/projects/nx/package.json index fcea0fa..2ed81c8 100644 --- a/test/projects/nx/package.json +++ b/test/projects/nx/package.json @@ -1,5 +1,5 @@ { - "name": "nx", + "name": "project-nx", "version": "0.0.0", "scripts": { "build": "nx build library1 --skip-nx-cache" diff --git a/test/yarn.lock b/test/yarn.lock index 01ff5db..db309c3 100644 --- a/test/yarn.lock +++ b/test/yarn.lock @@ -7009,12 +7009,6 @@ __metadata: languageName: node linkType: hard -"nx@workspace:projects/nx": - version: 0.0.0-use.local - resolution: "nx@workspace:projects/nx" - languageName: unknown - linkType: soft - "object-inspect@npm:^1.13.1": version: 1.13.2 resolution: "object-inspect@npm:1.13.2" @@ -7735,6 +7729,12 @@ __metadata: languageName: node linkType: hard +"project-nx@workspace:projects/nx": + version: 0.0.0-use.local + resolution: "project-nx@workspace:projects/nx" + languageName: unknown + linkType: soft + "promise-retry@npm:^2.0.1": version: 2.0.1 resolution: "promise-retry@npm:2.0.1"