Skip to content

Commit 704c60a

Browse files
committed
Fix turbo build outputs
1 parent 9fc5a0c commit 704c60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"pipeline": {
44
"build": {
55
"dependsOn": ["^build"],
6-
"outputs": [".next/**", "!.next/cache/**", "lib"]
6+
"outputs": [".next/**", "!.next/cache/**", "lib", "lib/**"]
77
},
88
"test": {
99
"dependsOn": ["build"],

0 commit comments

Comments
 (0)