Skip to content

Commit 3ee03d1

Browse files
committedAug 19, 2024·
chore: rename nx test project to avoid conflict with package name
1 parent 36643ff commit 3ee03d1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎test/projects/nx/nx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "@nrwl/workspace/presets/core.json",
3-
"npmScope": "nx",
3+
"npmScope": "project-nx",
44
"affected": {
55
"defaultBase": "main"
66
},

‎test/projects/nx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nx",
2+
"name": "project-nx",
33
"version": "0.0.0",
44
"scripts": {
55
"build": "nx build library1 --skip-nx-cache"

‎test/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -7009,12 +7009,6 @@ __metadata:
70097009
languageName: node
70107010
linkType: hard
70117011

7012-
"nx@workspace:projects/nx":
7013-
version: 0.0.0-use.local
7014-
resolution: "nx@workspace:projects/nx"
7015-
languageName: unknown
7016-
linkType: soft
7017-
70187012
"object-inspect@npm:^1.13.1":
70197013
version: 1.13.2
70207014
resolution: "object-inspect@npm:1.13.2"
@@ -7735,6 +7729,12 @@ __metadata:
77357729
languageName: node
77367730
linkType: hard
77377731

7732+
"project-nx@workspace:projects/nx":
7733+
version: 0.0.0-use.local
7734+
resolution: "project-nx@workspace:projects/nx"
7735+
languageName: unknown
7736+
linkType: soft
7737+
77387738
"promise-retry@npm:^2.0.1":
77397739
version: 2.0.1
77407740
resolution: "promise-retry@npm:2.0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.