Skip to content

Commit

Permalink
fix(CRWA): remove "packages/*" from workspaces (redwoodjs#7382)
Browse files Browse the repository at this point in the history
* Update package.json

* chore: rm from test project fixture
  • Loading branch information
jtoar committed Jan 24, 2023
1 parent 7c2c4a1 commit ca962cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"workspaces": {
"packages": [
"api",
"web",
"packages/*"
"web"
]
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/create-redwood-app/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"workspaces": {
"packages": [
"api",
"web",
"packages/*"
"web"
]
},
"devDependencies": {
Expand Down

0 comments on commit ca962cd

Please sign in to comment.