Skip to content

Commit 52a0eff

Browse files
authored
Merge pull request #183 from 142vip/feat/turbo
feat: 修改`turbo`缓存配置,移除`outputs`选项
2 parents 546f81f + 231ec89 commit 52a0eff

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)