Skip to content

Commit b9b37bf

Browse files
committed
fix: update nx.json 2
1 parent dd9e314 commit b9b37bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"targets": {
55
"code-pushup-js-packages": {},
66
"code-pushup-lighthouse": {},
7-
"code-pushup-coverage": {},
7+
"code-pushup-coverage": {
8+
"dependsOn": ["^unit-test", "^int-test"]
9+
},
810
"code-pushup-eslint": {},
911
"code-pushup-jsdocs": {},
1012
"code-pushup-typescript": {},

0 commit comments

Comments
 (0)