Skip to content

Commit 292fae1

Browse files
committed
fix: turbo config for packages/apps
1 parent 016e6ef commit 292fae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/apps/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"build": {
55
"dependsOn": ["^build"],
66
"inputs": ["$TURBO_DEFAULT$", "$TURBO_ROOT$/.tool-versions"],
7-
"outputs": ["client/**", "definition/**", "deno-runtime/**", "lib/**", "scripts/**", "server/**", ".deno-cache/**"]
7+
"outputs": ["deno-runtime/**", "scripts/**", ".deno-cache/**", "dist/**"]
88
}
99
}
1010
}

0 commit comments

Comments
 (0)