Skip to content

Commit bdc5c66

Browse files
committed
fix: cache generated schema outputs
1 parent 2e66993 commit bdc5c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"tasks": {
55
"build": {
66
"dependsOn": ["^build"],
7-
"outputs": ["dist/**", ".next/**", "!.next/cache/**"]
7+
"outputs": ["dist/**", "json-schema/**", ".next/**", "!.next/cache/**"]
88
},
99
"test": {
1010
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)