Skip to content

Commit 5b5d1db

Browse files
authored
ci(nx.json): add '^compile' dependsOn to 'test:types' target (TanStack#10519)
1 parent a3ec7b3 commit 5b5d1db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nx.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
},
6363
"test:types": {
6464
"cache": true,
65+
"dependsOn": ["^compile"],
6566
"inputs": ["default", "^production"]
6667
},
6768
"build": {

0 commit comments

Comments
 (0)