Skip to content

Commit 27ec090

Browse files
committed
a
1 parent d961362 commit 27ec090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"tasks": {
55
"build": {
66
"dependsOn": ["^build"],
7-
"inputs": ["$TURBO_DEFAULT$", ".env*"],
7+
"cache": true,
8+
"persistent": false,
89
"outputs": [".next/**", "!.next/cache/**", ".vercel/**", ".vercel/output/**"]
910
},
1011
"lint": {

0 commit comments

Comments
 (0)