Skip to content

Commit 22aebd2

Browse files
authored
Add Next directory files to Turbo output
1 parent d1e85e6 commit 22aebd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": {
2121
"dependsOn": ["^build"],
2222
"dotEnv": [".env", ".env.local", ".env.production", ".env.production.local"],
23-
"outputs": ["build/**", "dist/**", ".next"]
23+
"outputs": ["build/**", "dist/**", ".next/**"]
2424
},
2525
"check": {
2626
"dependsOn": [

0 commit comments

Comments
 (0)