Skip to content

Commit

Permalink
Fix turbo outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Aug 9, 2023
1 parent 85c8e7d commit e7dd5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo.json
Expand Up @@ -15,7 +15,7 @@
},
"deploy": {
"dependsOn": ["build", "postbuild"],
"outputs": ["dist/**", ".next/**"]
"outputs": []
},
"lint": {
"outputs": []
Expand Down

0 comments on commit e7dd5fb

Please sign in to comment.