Skip to content

Commit

Permalink
Fix turbo.json for highlight monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Jun 26, 2024
1 parent fd7faff commit ac480fb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"tasks": {
"prepublish": {
"dependsOn": ["^prepublish", "//#references:update"],
"dependsOn": ["^prepublish"],
"outputs": [
"lib/**",
"es/**",
Expand Down Expand Up @@ -40,13 +40,7 @@
"lint": {},
"check-types": {
"dependsOn": ["^prepublish"]
},
"//#references:update": {
"inputs": ["packages/*/package.json", "packages/plugins/*/package.json"],
"outputs": [
"packages/*/tsconfig.json",
"packages/plugins/*/tsconfig.json"
]
}
}
},
"extends": ["//"]
}

0 comments on commit ac480fb

Please sign in to comment.