Skip to content

Commit 6fbf07a

Browse files
chore: Add missing deno-cache directory to output of apps-engine to turbo (#35105)
Co-authored-by: Douglas Gubert <1810309+d-gubert@users.noreply.github.com>
1 parent 7a3ee4b commit 6fbf07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps-engine/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"tasks": {
44
"build": {
55
"dependsOn": ["^build"],
6-
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**"]
6+
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**", ".deno-cache/**"]
77
}
88
}
99
}

0 commit comments

Comments
 (0)