Skip to content

Commit

Permalink
chore: Add missing deno-cache directory to output of apps-engine to t…
Browse files Browse the repository at this point in the history
…urbo (#35057)
  • Loading branch information
d-gubert authored Jan 29, 2025
1 parent 763c097 commit 92020c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-engine/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**"]
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**", ".deno-cache/**"]
}
}
}

0 comments on commit 92020c8

Please sign in to comment.