Skip to content

Commit

Permalink
Fix turbo build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
akd-io committed May 30, 2023
1 parent 9fc5a0c commit 704c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "lib"]
"outputs": [".next/**", "!.next/cache/**", "lib", "lib/**"]
},
"test": {
"dependsOn": ["build"],
Expand Down

0 comments on commit 704c60a

Please sign in to comment.