Skip to content

Commit

Permalink
Fixed the build output in turbo config
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored Nov 30, 2023
1 parent 1e32900 commit 64a5180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**", "!.next/cache/**"]
"outputs": ["dist/**"]
},
"lint": {},
"extract-translations": {
Expand All @@ -15,4 +15,4 @@
"typescript": {},
"verify": {}
}
}
}

0 comments on commit 64a5180

Please sign in to comment.