diff --git a/files/package.json b/files/package.json index 3e8a6d90..5d9b6a6c 100644 --- a/files/package.json +++ b/files/package.json @@ -10,8 +10,11 @@ "concurrently": "^7.2.1", "prettier": "^2.5.1" }, - "workspaces": [ - "<%= addonInfo.location %>", - "<%= testAppInfo.location %>" - ] + "workspaces": { + "nohoist": ["**/ember-source", "ember-source"], + "packages": [ + "<%= addonInfo.location %>", + "<%= testAppInfo.location %>" + ] + } }