Skip to content

Commit 3010f45

Browse files
ci(nx): fix test:build
1 parent 7f9617a commit 3010f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nx.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"cache": true
2727
},
2828
"test:build": {
29-
"cache": true
29+
"cache": true,
30+
"dependsOn": ["build"]
3031
}
3132
}
3233
}

0 commit comments

Comments
 (0)