Skip to content

Commit fc84521

Browse files
committed
fix(turbo): fix test dependency on build
1 parent 6dfd722 commit fc84521

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

turbo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"cache": false
77
},
88
"lint": {},
9-
"test": {},
9+
"test": {
10+
"dependsOn": ["build"]
11+
},
1012
"test:watch": {
1113
"cache": false,
1214
"persistent": true

0 commit comments

Comments
 (0)