Skip to content

Commit

Permalink
Add Next directory files to Turbo output
Browse files Browse the repository at this point in the history
  • Loading branch information
psirenny authored May 23, 2024
1 parent d1e85e6 commit 22aebd2
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 @@ -20,7 +20,7 @@
"build": {
"dependsOn": ["^build"],
"dotEnv": [".env", ".env.local", ".env.production", ".env.production.local"],
"outputs": ["build/**", "dist/**", ".next"]
"outputs": ["build/**", "dist/**", ".next/**"]
},
"check": {
"dependsOn": [
Expand Down

0 comments on commit 22aebd2

Please sign in to comment.