Skip to content

Commit 2f1e80d

Browse files
committed
fix(root): Duplicated turbo package config
1 parent 73dfa33 commit 2f1e80d

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
@@ -45,7 +45,8 @@
4545
"dependsOn": ["^build"]
4646
},
4747
"@react-email/tailwind#test": {
48-
"dependsOn": ["build"]
48+
"dependsOn": ["build"],
49+
"cache": false
4950
},
5051
"test:watch": {
5152
"cache": false

0 commit comments

Comments
 (0)