Skip to content

Commit 1f25b79

Browse files
committed
feat: 关闭turbo缓存构建
1 parent d7516e5 commit 1f25b79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

turbo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"dependsOn": [
55
"^build"
66
],
7-
"cache": true
7+
"cache": false
88
},
99
"lint": {
1010
},
1111
"dev": {
12-
"cache": true
12+
"cache": false
1313
},
1414
"test": {
15-
"cache": true
15+
"cache": false
1616
},
1717
"start": {
18-
"cache": true
18+
"cache": false
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)