Skip to content

Commit

Permalink
Chore(build): Define fix-ext script as a dependency of tsc turbo task
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jul 1, 2024
1 parent 6c764ac commit 909e496
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"tasks": {
"tsc": {
"dependsOn": ["^tsc"],
"outputs": ["dist/**"]
"outputs": ["dist/**"],
"inputs": ["$TURBO_DEFAULT$", "../../tools/fix-ext.mjs"]
},
"attw": {
"dependsOn": ["tsc"],
Expand Down

0 comments on commit 909e496

Please sign in to comment.