Skip to content

Commit 121158c

Browse files
committed
ci(turbo): ensure ci tests have build in cache
1 parent aedb62e commit 121158c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

turbo.json

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
},
4343
"test": {},
4444
"test:ci": {
45+
"dependsOn": ["^build"],
4546
"outputs": ["coverage/**"]
4647
},
4748
"typedoc": {

0 commit comments

Comments
 (0)