Skip to content

Commit 4df328d

Browse files
committed
refactor: adjust targets 2
1 parent 6659a6c commit 4df328d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"code-pushup-coverage": {
88
"dependsOn": [
99
{
10-
"target": "^*-test",
10+
"target": "unit-test",
11+
"projects": "*"
12+
},
13+
{
14+
"target": "int-test",
1115
"projects": "*"
1216
}
1317
]

0 commit comments

Comments
 (0)