Skip to content

Commit

Permalink
Try adding nohoist ember-source to fix the yarn problem
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 24, 2023
1 parent 9c27a25 commit 563cac7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>"
]
}
}

0 comments on commit 563cac7

Please sign in to comment.