Skip to content

Commit eb3ad21

Browse files
authored
chore: Disable caching for ms command (#39581)
1 parent 2830107 commit eb3ad21

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
@@ -34,7 +34,8 @@
3434
"cache": false
3535
},
3636
"ms": {
37-
"dependsOn": ["^build"]
37+
"dependsOn": ["^build"],
38+
"cache": false
3839
},
3940
"@rocket.chat/meteor#build": {
4041
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)