Skip to content

Commit

Permalink
fix: vercel build next (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtfh authored Dec 7, 2023
1 parent 37aa164 commit b49a58c
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": ["build/**"]
"outputs": ["build/**", ".next/**", "!.next/cache/**"]
},
"lint": {
"cache": false
Expand Down

0 comments on commit b49a58c

Please sign in to comment.