From 0b2bcea5d0af9db2b2cd7e067380730e2c2f70f4 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 16 May 2023 18:34:23 -0400 Subject: [PATCH 1/2] we can't have duplicate workspace names --- files/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/package.json b/files/package.json index 3e8a6d90..81e94846 100644 --- a/files/package.json +++ b/files/package.json @@ -1,5 +1,5 @@ { - "name": "<%= addonName %>", + "name": "<%= addonName %>-monorepo", "version": "0.0.0", "private": true, "repository": "", From cc1c605d10e785440a08414ad36e694137f9b20f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 23 May 2023 13:11:01 -0400 Subject: [PATCH 2/2] Remove root pacakge.json name --- files/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/package.json b/files/package.json index 81e94846..7e229389 100644 --- a/files/package.json +++ b/files/package.json @@ -1,6 +1,4 @@ { - "name": "<%= addonName %>-monorepo", - "version": "0.0.0", "private": true, "repository": "", "license": "MIT",