Skip to content

Commit

Permalink
chore: rename nx test project to avoid conflict with package name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 19, 2024
1 parent 36643ff commit 3ee03d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/projects/nx/nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "@nrwl/workspace/presets/core.json",
"npmScope": "nx",
"npmScope": "project-nx",
"affected": {
"defaultBase": "main"
},
Expand Down
2 changes: 1 addition & 1 deletion test/projects/nx/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nx",
"name": "project-nx",
"version": "0.0.0",
"scripts": {
"build": "nx build library1 --skip-nx-cache"
Expand Down
12 changes: 6 additions & 6 deletions test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 3ee03d1

Please sign in to comment.