Skip to content

Commit 231ec89

Browse files
committed
feat: 修改turbo缓存配置,移除outputs选项
1 parent 546f81f commit 231ec89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

turbo.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
"dependsOn": [
55
"^build"
66
],
7-
"cache": true,
8-
"outputs": []
7+
"cache": true
98
},
109
"lint": {
11-
"outputs": []
1210
},
1311
"dev": {
1412
"cache": true

0 commit comments

Comments
 (0)