Skip to content

Commit ed02e35

Browse files
committed
make tailwind's test depend on its own build
1 parent 5076930 commit ed02e35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

turbo.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"dependsOn": ["^build"],
3838
"cache": false
3939
},
40+
"@react-email/tailwind#test": {
41+
"dependsOn": ["build"],
42+
"cache": false
43+
},
4044
"test:watch": {
4145
"cache": false
4246
},

0 commit comments

Comments
 (0)