Skip to content

Commit

Permalink
chore: update rurbo.json with the proper tsc output path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaperex committed Apr 30, 2024
1 parent 12d615e commit 535a71e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": ["//"],
"pipeline": {
"tsc": {
"outputs": ["../../dist-types/plugins/catalog/**"],
"outputs": [
"../../dist-types/plugins/catalog-backend-module-scaffolder-relation-processor/**"
],
"dependsOn": ["^tsc"]
}
}
Expand Down

0 comments on commit 535a71e

Please sign in to comment.