Skip to content

Commit a9b0b6c

Browse files
author
John Doe
committed
fix: adjust action logic
1 parent f964825 commit a9b0b6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/create-cli/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
]
1717
},
1818
"code-pushup-eslint": {},
19-
"code-pushup-coverage": {},
19+
"code-pushup-coverage": {
20+
"dependsOn": ["unit-test"]
21+
},
2022
"code-pushup-jsdocs": {},
2123
"code-pushup-typescript": {}
2224
},

0 commit comments

Comments
 (0)