Skip to content

Commit 6659a6c

Browse files
committed
refactor: adjust targets
1 parent 2728a20 commit 6659a6c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"code-pushup-js-packages": {},
66
"code-pushup-lighthouse": {},
77
"code-pushup-coverage": {
8-
"dependsOn": ["^*-test"]
8+
"dependsOn": [
9+
{
10+
"target": "^*-test",
11+
"projects": "*"
12+
}
13+
]
914
},
1015
"code-pushup-eslint": {},
1116
"code-pushup-jsdocs": {},

0 commit comments

Comments
 (0)