Skip to content

Commit 08ff6d7

Browse files
committed
Ensure build runs before test
1 parent 5a1559c commit 08ff6d7

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
@@ -5,7 +5,9 @@
55
"dependsOn": ["^build"],
66
"outputs": ["dist/**"]
77
},
8-
"test": {},
8+
"test": {
9+
"dependsOn": ["^build"]
10+
},
911
"lint": {},
1012
"dev": { "cache": false }
1113
},

0 commit comments

Comments
 (0)